curl --location --request POST 'http://localhost:8000/api/budgets/' \
--header 'Cookie: access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"total_amount": 0,
"start_date": "string",
"end_date": "string"
}'
{
"result": true,
"massage": "Created budget successfully",
"data": [
{
"id": 1,
"title": "which during skeleton bank humor down whether till fiercely",
"total_amount": 314,
"start_date": "2025-06-22",
"end_date": "2025-03-20",
"user": 12
}
]
}