curl --location 'https://app.mgpanel.co/api/forms//submissions?page=undefined&limit=undefined&status=undefined' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"submissions": [
{
"submission_id": "507f1f77bcf86cd799439099",
"index": 0,
"status": 1,
"client": {
"email": "juan@test.com",
"name": "Juan",
"phone": "3001234567"
},
"values_count": 4,
"date": "2026-05-01T12:00:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"pages": 1
}
}