curl --location --request PUT 'http://localhost:8000/api/budgets/' \
--header 'Cookie: access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"total_amount": 0,
"start_date": "string",
"end_date": "string"
}'
{}