curl --location --request POST '/desktop/transactions/cashin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sales": [
{
"product_id": 102,
"product_variant_id": 102,
"quantity": 1,
"unit": "pieces",
"amount": 25000
}
],
"payment_type": "fully_paid",
"unpaid_remind_date": "2025-03-18T19:50:03.913Z",
"transaction_date": "2025-03-11T19:49:53.847Z",
"unpaid_balance": 0,
"tax": null,
"delivery_fee": null,
"delivery_date": "2025-03-13T19:49:53.913Z",
"payment_methods": "CARD,BANK_TRANSFER",
"sales_channel": "STORE"
}'