{
"telephone": "string",
"captcha": "string",
"scene": "string"
}
curl --location --request POST '/api/common/verifyCaptcha' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"telephone": "string",
"captcha": "string",
"scene": "string"
}'
{
"code": 0,
"message": "string"
}