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