curl --location --request POST 'http://localhost:8000/api/transactions/' \
--header 'Cookie: access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"amount": 0,
"type": "Income",
"date": "string",
"notes": "string"
}'
{
"result": true,
"message": "Transaction created",
"data": [
{
"id": 1,
"title": "during smoothly once mom majestic anenst neatly excepting breed",
"amount": 429,
"type": "Income",
"date": "2025-08-31",
"notes": "dolore",
"created_at": "2025-08-17T05:37:32.105376Z",
"user": 12
}
]
}