curl --location 'https://app.mgpanel.co/api/goals-v1/categories' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"categories": [
{
"category_id": "68100aae68cde71cc5bcc3d2",
"name": "Salud",
"icon": "💪",
"description": "",
"created_at": "2025-04-27T14:00:00.000Z"
}
],
"total": 1
}