curl --location 'https://app.mgpanel.co/api/goals-v1/task-fields' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"fields": [
{
"id": "66f0a1b2c3d4e5f678901234",
"label": "Enlace al documento",
"type": "url",
"order": 10
}
],
"total": 1
}