{
"sign": "6bf642b5fc7b10a6eae3b8ab5e7bbea2",
"nonce": "TW4P54uVulwRoc2y",
"merchantNo": "BU078255558",
"token": "testToken",
"requestTime": 1770712296681,
"eventType": "KYC",
"eventName": "kyc_status",
"version": "v1.0",
"data": {
"customerId": "test001",
"auditState": 2,
"auditRemark": "Biometric verification failed"
}
}curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"sign": "6bf642b5fc7b10a6eae3b8ab5e7bbea2",
"nonce": "TW4P54uVulwRoc2y",
"merchantNo": "BU078255558",
"token": "testToken",
"requestTime": 1770712296681,
"eventType": "KYC",
"eventName": "kyc_status",
"version": "v1.0",
"data": {
"customerId": "test001",
"auditState": 2,
"auditRemark": "Biometric verification failed"
}
}'{}