curl --location --request GET 'https://devapi.immigraflow.com/v1/client/users/' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--header 'Content-Type: application/json'{
"user": {
"id": 1,
"email": "appbubblecrm@gmail.com",
"name": "Artur Pires",
"phone": "+1-555-123-4567",
"notify_by_email": true,
"notify_by_whatsapp": false,
"preferred_language": "en",
"email_verified_at": "2026-04-20 14:22:38",
"status": "active",
"created_at": "2026-04-20 14:21:57",
"updated_at": "2026-04-25 15:18:31",
"partner_name": "Immigraflow Test Partner"
}
}