curl --location 'https://app.mgpanel.co/api/functions/68f1a2b3c4d5e6f7a8b9c0d1/invoke' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"invoice_id": "507f1f77bcf86cd799439011"
}'{
"success": true,
"message": "Solicitud proxy ejecutada correctamente.",
"data": {
"invoice_id": "507f1f77bcf86cd799439011",
"code": "IVC-0001",
"status": "paid",
"total": 100,
"date": "2026-05-04T12:00:00.000Z"
},
"meta": {
"status": 200,
"origin": "https://mgpanel.co/api/invoices/507f1f77bcf86cd799439011/status"
}
}