curl --location 'https://app.mgpanel.co/api/forms' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"title": "Contacto",
"type": 1,
"status": 1,
"fields": [
{
"label": "Email",
"type": 11
},
{
"label": "Nombre",
"type": 10
}
]
}'{
"success": true,
"message": "Formulario creado",
"form_id": "507f1f77bcf86cd799439011",
"code": "0002"
}