This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '{{subdomain}}/api2/api2/clients.json' \
--header 'Authorization: Bearer {{bearerToken}}' \
--header 'APIKEY: {{apiKey}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Client": {
"type": 2,
"business_name": "New Company",
"first_name": "John",
"last_name": "Smith",
"email": "john.smith@example.com",
"password": "securepassword"
}
}'
{}