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