curl --location --request POST '/transactions/256007?device_id=9ace48cf-17c3-44d2-b46d-c73f03caca8d' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 4839,
"amount_received": 4839,
"changed_sales": [],
"created_at": "2025-04-15T19:10:41.000Z",
"delivery_charge": 0,
"discount": 0,
"discount_amount": 0,
"discount_type": "amount",
"expenses": [],
"fundings": [],
"items": 2,
"last_payment_date": null,
"name": "Multiple Items",
"payment_due_date": null,
"payment_type": "fully_paid",
"profit": 2518,
"quantity": 0,
"recurring_transaction_id": null,
"sub_total_amount": 4839,
"tax": 0,
"tax_amount": 0,
"transaction_type": "cash_in",
"unpaid_balance": 0,
"unpaid_remind_date": null,
"unpaid_reminder": null
}'