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 {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Client": {
"type": 2,
"business_name": "ACME Corp",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"password": "securepassword",
"phone1": "555-1234",
"country_code": "US",
"address1": "123 Main St",
"city": "New York",
"state": "NY",
"postal_code": "10001"
}
}'
{}