Api-Key: ********************
curl --location --request PUT 'https://apis.hellotech.com/api/partners/clients/' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "id": 0, "external_id": "string", "first_name": "string", "last_name": "string", "email": "user@example.com", "phone": "string", "full_address": "string", "address": { "city": "string", "state": "string", "zip": "string", "street": "string" }, "authentication_token": "string" }