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 '{
"order_id": "100013412008",
"dtl_purchase": "2024-11-22 10:38:41",
"a_price": {
"m_total": "24.00",
"text_currency": "usd"
}
}'