Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Body Params application/json-patch+json
{
"firstName": "string",
"lastName": "string",
"email": "string"
}
Request Code Samples
curl --location --request PUT '/v1/clients/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string"
}'
Responses
This response does not have a body.
Modified at 2025-10-24 04:35:20