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