curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "payment.success",
"orderId": "1312312",
"amount": 738.05,
"currency": "USD",
"timestamp": "1758613403"
}'{}