Authorization: Bearer ********************{
"mail": "1126146753@qq.com",
"code": "213106"
}curl --location '/app-api/member/auth/verifyCode' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mail": "1126146753@qq.com",
"code": "213106"
}'{
"code": 0,
"data": true,
"msg": ""
}