curl --location 'https://app.mgpanel.co/api/budgets//status' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"budget_id": "69e2421b805626dd00b7d7a1",
"code": "PRE-0001",
"status": 1,
"status_label": "draft",
"total": 1500,
"date": "2026-05-04T12:00:00.000Z"
}