curl --location -g --request POST 'https://relay.exostack.cloud/{{relay_path}}/api/invoicing/salesrep/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"primary_email": "user@example.com",
"personal_email": "user@example.com",
"other_email": "user@example.com",
"main_phone": {
"number": 0,
"extension": 0
},
"fax_number": 0,
"other_phone_1": {
"description": "string",
"number": 0,
"extension": 0
},
"other_phone_2": {
"description": "string",
"number": 0,
"extension": 0
},
"name": "string",
"att": "string",
"address": {
"line1": "string",
"city": "string",
"zipcode": "string",
"country_code": "string"
},
"language_code": "string",
"website_url": "string",
"reference": {
"sort_key": "string"
},
"number": 0
}'