{ "resouce": { "id": "123453535363", "amount": 1.99, "payAt": "string", "targetAccount": "test@test.com", "currency": "USD", "status": "CREATED", "error": "string", "orderNo": "order_12345" }, "eventId": "12345668686", "eventAt": "2025-09-05T06:13:10.6522948Z", "eventName": "payout.paid", "appId": "TEST" }
curl --location 'https://your-api-server.com' \ --header 'Content-Type: application/json' \ --data-raw '{ "resouce": { "id": "123453535363", "amount": 1.99, "payAt": "string", "targetAccount": "test@test.com", "currency": "USD", "status": "CREATED", "error": "string", "orderNo": "order_12345" }, "eventId": "12345668686", "eventAt": "2025-09-05T06:13:10.6522948Z", "eventName": "payout.paid", "appId": "TEST" }'
{}