curl --request GET \
--url https://business.tgo-eg.com/api/v1/contacts/lookup \
--header 'X-Api-Key: <api-key>'{
"exists": true,
"can_receive": true,
"reason_code": "ok",
"recipient_id": 123,
"is_verified": true,
"phone_verified_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://business.tgo-eg.com/api/v1/contacts/lookup \
--header 'X-Api-Key: <api-key>'{
"exists": true,
"can_receive": true,
"reason_code": "ok",
"recipient_id": 123,
"is_verified": true,
"phone_verified_at": "2023-11-07T05:31:56Z"
}