curl --location 'https://app.mgpanel.co/api/forms//submissions/' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"submission": {
"submission_id": "507f1f77bcf86cd799439099",
"index": 0,
"status": 1,
"client": {
"email": "juan@test.com",
"name": "Juan"
},
"metadata": {
"ip_address": "1.2.3.4"
},
"values": [
{
"field_id": "60a1000000000000000000aa",
"label": "Email",
"type": 11,
"value": "juan@test.com"
}
],
"date": "2026-05-01T12:00:00.000Z"
}
}