{
"webhook": "KYC_NOTIFICATION",
"param": {
"key": {}
}
}
curl --location --request POST 'https://gateway-openapi.coralglobal.cn/v1/mock/webhook' \
--header 'X-Request-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhook": "KYC_NOTIFICATION",
"param": {
"key": {}
}
}'
{
"code": "",
"message": "",
"data": {},
"timestamp": ""
}