curl --location --request POST 'https://api-inventory.simprasuite.com/quick/api/account' \
--header 'QuickIntegrationKey;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application\json' \
--data-raw '{
"emailAddress": "string",
"firstname": "string",
"surname": "string",
"password": "string",
"phoneNumber": "string",
"companyName": "string",
"companyPhoneNumber": "string",
"companyAddress": "string",
"storeGroupName": "string",
"agreementId": "string",
"taxNumber": "string",
"taxOfficeName": "string"
}'