curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "kyb_rfi",
"requestId": "request_9c6c7e2f",
"userID": "biz_f4a1b7d3",
"timestamp": "2025-08-08T13:52:14Z",
"status": "rfi"
}'
{}