curl --location 'https://wazap-ai-api.up.railway.app/external/v1/accounts/info' \
--header 'X-Company-Token: <api-key>' \
--header 'X-Account-Token: <api-key>'{
"success": true,
"data": {
"account": {
"id": 0,
"phoneNumber": "5511999999999",
"accountName": "Minha Empresa",
"profilePicUrl": "http://example.com",
"status": "connected",
"isAuthenticated": true
},
"company": {
"id": 0,
"name": "string",
"email": "string"
},
"api": {
"version": "1.0.0",
"rateLimit": {
"requestsPerMinute": 60,
"requestsPerHour": 1000
},
"features": [
"string"
]
}
}
}