Authorization: ********************curl --location '/v1/clients' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com"
}'