curl --location --request GET 'https://devapi.immigraflow.com/v1/client' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--header 'Content-Type: application/json'{
"client": {
"id": 1,
"name": "Immigraflow Test Partner",
"email": "test.partner+20260420070401@immigraflow.local",
"phone": "555-000-0000",
"address": "Test Environment",
"logo_url": null,
"status": "active",
"created_at": "2026-04-20 07:04:01",
"updated_at": "2026-04-20 07:04:01"
}
}