curl --location 'https://app.mgpanel.co/api/functions/miguayaba/estado-factura' \
--header 'X-MGPANEL-FUNCTIONS-KEY;' \
--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",
"status": "paid"
}
}