curl --location -g --request POST 'https://relay.exostack.cloud//api/customers' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": true,
"address": {
"city": "Montréal",
"country_code": "CA",
"line1": "999 rue Test",
"postal_code": "H9X 9Z9"
},
"care_of": "Test Agent",
"code": "TEST9999",
"emails": [
{
"address": "test@normalisation.ca",
"type": "primary"
}
],
"language_id": 0,
"margin_type_id": 0,
"name": "Client Test Normalisation",
"payment_term_code": 1,
"phones": [
{
"extension": "",
"number": "5141234567",
"type": "main"
}
],
"price_level_id": 0,
"sort_key": "TEST9999",
"statement_type_id": 0
}'