curl --location --request POST 'https://your-api-server.com' \
--header 'x-topic;' \
--header 'x-signature-256;' \
--header 'x-generated-at;' \
--header 'x-sent-at;' \
--header 'x-payload-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"text_purchase_id": "100013411858",
"dtl_purchase": "2024-11-19 13:19:01",
"a_price": {
"m_total": "4.00",
"text_currency": "usd"
},
"purchase_items": [
{
"i_count": 1,
"m_price_total": "2.00",
"text_title": "coke pepsi"
}
]
}'