curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "domain.renewal.success",
"eventId": "evt_9f8e7d6c5b4a",
"data": {
"userId": "usr_1a2b3c4d",
"userEmail": "customer@example.com",
"domainName": "example-order.com",
"domainId": "dom_2b3c4d5e6f7a",
"years": 1,
"expireOn": "2028-08-27T00:00:00.000Z",
"price": 12.99
}
}'