{
"imageUrlB": "string"
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/faceCompare/addUserEducationAuth' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrlB": "string"
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": {
"userId": 0,
"imageUrlA": "",
"imageUrlB": "",
"result": 0
}
}