curl --location 'https://app.mgpanel.co/api/forms?page=undefined&limit=undefined&status=undefined&type=undefined&search=undefined' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"forms": [
{
"_id": "507f1f77bcf86cd799439011",
"code": "0001",
"title": "Contacto",
"type": 1,
"status": 1,
"fields_count": 4,
"submissions_count": 12,
"last_submission": "2026-05-01T12:00:00.000Z",
"date": "2026-04-01T12:00:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"pages": 1
}
}