curl --location --request GET 'http://localhost:8000/api/budgets/' \
--header 'Cookie: access_token='
{
"result": true,
"massage": "successfully",
"data": [
{
"id": 1,
"title": "which during",
"total_amount": 314,
"start_date": "2025-06-22",
"end_date": "2025-03-20",
"user": 12
},
{
"id": 2,
"title": "which during",
"total_amount": 314,
"start_date": "2025-06-22",
"end_date": "2025-03-20",
"user": 12
}
]
}