curl --location 'https://devapi.immigraflow.com/v1/client' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"client": {
"id": 0,
"name": "string",
"email": "user@example.com",
"phone": "string",
"address": "string",
"logo_url": "http://example.com",
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}