{
"captchaId": "string",
"projectCode": "string",
"captchaType": "string",
"captchaOriginalPath": "string",
"captchaFontType": "string",
"captchaFontSize": 0,
"secretKey": "string",
"originalImageBase64": "string",
"point": {
"secretKey": "string",
"x": 0,
"y": 0
},
"jigsawImageBase64": "string",
"wordList": [
"string"
],
"pointList": [
{
"x": 0,
"y": 0
}
],
"pointJson": "string",
"token": "string",
"result": true,
"captchaVerification": "string",
"clientUid": "string",
"ts": 0,
"browserInfo": "string"
}curl --location --request POST '/api/common/verification/check' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"captchaId": "string",
"projectCode": "string",
"captchaType": "string",
"captchaOriginalPath": "string",
"captchaFontType": "string",
"captchaFontSize": 0,
"secretKey": "string",
"originalImageBase64": "string",
"point": {
"secretKey": "string",
"x": 0,
"y": 0
},
"jigsawImageBase64": "string",
"wordList": [
"string"
],
"pointList": [
{
"x": 0,
"y": 0
}
],
"pointJson": "string",
"token": "string",
"result": true,
"captchaVerification": "string",
"clientUid": "string",
"ts": 0,
"browserInfo": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"captchaId": "string",
"projectCode": "string",
"captchaType": "string",
"captchaOriginalPath": "string",
"captchaFontType": "string",
"captchaFontSize": 0,
"secretKey": "string",
"originalImageBase64": "string",
"jigsawImageBase64": "string",
"wordList": [
"string"
],
"pointList": [
{
"x": 0,
"y": 0
}
],
"pointJson": "string",
"token": "string",
"result": true,
"captchaVerification": "string",
"clientUid": "string",
"ts": 0,
"browserInfo": "string"
}
}