curl --location --request PUT '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 actualizado",
"status": 1
}'{
"success": true,
"message": "Formulario actualizado",
"form_id": "507f1f77bcf86cd799439011"
}