curl --request GET \
--url https://business.tgo-eg.com/api/v1/me \
--header 'X-Api-Key: <api-key>'{
"user": {},
"api_key": {},
"organization": {
"id": 123,
"name": "<string>",
"slug": "<string>",
"status": "<string>",
"primary_domain": "<string>",
"billing_email": "jsmith@example.com",
"email_verified": true
},
"subscription": {}
}curl --request GET \
--url https://business.tgo-eg.com/api/v1/me \
--header 'X-Api-Key: <api-key>'{
"user": {},
"api_key": {},
"organization": {
"id": 123,
"name": "<string>",
"slug": "<string>",
"status": "<string>",
"primary_domain": "<string>",
"billing_email": "jsmith@example.com",
"email_verified": true
},
"subscription": {}
}