curl --location --request GET 'http://localhost:8000/api/transactions/' \
--header 'Cookie: access_token='
{
"result": true,
"massage": "success",
"data": [
{
"id": 2,
"title": "up for meaningfully converse bare",
"amount": 651,
"type": "Income",
"date": "2026-07-07",
"notes": "Duis",
"created_at": "2025-08-17T05:42:14.684437Z",
"user": 12
},
{
"id": 3,
"title": "up converse bare",
"amount": 452,
"type": "Income",
"date": "2026-07-07",
"notes": "Duis",
"created_at": "2025-08-17T05:42:14.684437Z",
"user": 12
}
]
}