FrontToken: ********************{
"captchaVerifyParam": "string",
"phone": "string"
}curl --location --request POST '/front/cloud/verify/captcha' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"captchaVerifyParam": "string",
"phone": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"requestId": "string",
"captchaId": "string",
"success": true,
"message": "string",
"body": "string"
},
"error": true,
"success": true
}