Authorization: Bearer ********************{
"captchaVerification": "PfcH6mgr8tpXuMWFjvW6YVaqrswIuwmWI5dsVZSg7sGpWtDCUbHuDEXl3cFB1+VvCC/rAkSwK8Fad52FSuncVg==",
"mobile": "xechoyuanma",
"scene": 1
}curl --location '/admin-api/system/auth/send-sms-code' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"captchaVerification": "PfcH6mgr8tpXuMWFjvW6YVaqrswIuwmWI5dsVZSg7sGpWtDCUbHuDEXl3cFB1+VvCC/rAkSwK8Fad52FSuncVg==",
"mobile": "xechoyuanma",
"scene": 1
}'{
"code": 0,
"data": true,
"msg": "string"
}