curl --location --request GET 'https://dev.isaac.wellnessliving.com/omega/businesses//clients' \
--header 'X-API-KEY;'
{
"client_details": [
{
"client_id": 12345,
"name": "string",
"email": "user@example.com",
"phone_number": "string",
"client_type": "string",
"gender": "string",
"image_url": "string",
"last_updated_channel": "string"
}
],
"total_clients": 50,
"next_page": false
}