curl --location --request POST 'https://app.mgpanel.co/api/budgets//send' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"message": "Presupuesto enviado",
"budget_id": "69e2421b805626dd00b7d7a1",
"code": "PRE-0001",
"status": 10
}