{
"certifyId": "string",
"realAuthId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/realAuth/describeFaceVerify' \
--header 'Content-Type: application/json' \
--data-raw '{
"certifyId": "string",
"realAuthId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}