curl --location --request POST 'https://api.taggun.io//api/account/v1/feedback' \
--header 'apikey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"currencyCode": "NZD",
"date": "2016-12-22T12:00:00.000Z",
"merchantName": "Walmart",
"referenceId": "unique_reference_id",
"taxAmount": 3.04,
"totalAmount": 23.3
}'
{
"result": "OK"
}