{
"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/get' \
--header 'X-Shop-Id: 0' \
--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"
}'
{
"repCode": "string",
"repMsg": "string",
"repData": {},
"success": true
}