Authorization: Bearer ********************curl --location --request POST '/api/v2/payment-histories?device_id=451cdab3-ff88-4fcc-905f-3b45038386a7' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": 2499,
"payment_type": "full_payment",
"amount": 2000,
"payment_date": "2026-02-23T05:50:19.218Z",
"payment_methods": [],
"sales_channel": null
}'{
"errors": [
{
"message": "string"
}
]
}