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