curl --location 'https://app.mgpanel.co/api/account/me' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"message": "OK",
"account_id": "507f1f77bcf86cd799439011",
"name": "Mi negocio",
"nick": "minegocio",
"domain": "https://minegocio.com",
"type": 1,
"status": 10,
"status_name": "Active",
"plan": 7,
"plan_name": "Advanced",
"expire": null,
"country": "Panama",
"currency": "USD"
}