x-api-key: ********************curl --location -g --request PATCH 'https://relay.exostack.cloud//api/invoicing/salesrep/by-id/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Nom modifié",
"primary_email": "modifie@example.com",
"sort_key": "MODIFIE"
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}