curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "withdraw_complete",
"transactionId": "BUY12wawfaqwqcvbt123",
"merchantTransactionId": "merchant_BUY11233",
"userID": "100002112",
"merchantUserID": "merchant_176121321",
"amount": 1123.98732172,
"currency": "USDC",
"status": "success",
"timestamp": "2024-03-21T14:30:00Z"
}'
{}