curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "deposit_sender_detail_required",
"hash": "wl_7f2c9a0b",
"transactionId": "DEPOSIT12fwefgrb13vreq",
"timestamp": "2025-08-08T14:07:22Z"
}'
{}