curl --location 'https://app.mgpanel.co/api/lists' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"title": "Newsletter mayo"
}'{
"success": true,
"message": "Lista creada",
"list_id": "507f1f77bcf86cd799439011",
"code": "0001"
}