curl --location --request POST 'https://your-api-server.com?dataDomain=terminalTransactions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"billId": 0,
"type": "string",
"success": true,
"priceWithVat": 0,
"cardNumber": "string",
"_lastModifiedAt": "string"
}'
{}