curl --location 'https://app.mgpanel.co/api/blog/categories' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"categories": [
{
"category_id": "6810aae68cde71cc5bcc3d02",
"name": "Marketing",
"url": "marketing"
},
{
"category_id": "6810aae68cde71cc5bcc3d03",
"name": "Productividad",
"url": "productividad"
}
]
}