curl --location 'https://app.mgpanel.co/api/budgets/' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"url": "https://example.com/budget/507f1f77bcf86cd799439011",
"budget": {
"_id": "507f1f77bcf86cd799439011",
"code": "PRE-0001",
"status": 1,
"total": 1500,
"client_id": "507f1f77bcf86cd799439012"
}
}