curl --location --request DELETE 'http://localhost:8000/api/budgets/' \
--header 'Cookie: access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'
{
"result": true,
"massage": "Deleted budget successfully",
"data": []
}