{
"channel": "sms",
"destination": "13800138000",
"scene": "reset_password"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/auth/verification-code' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "sms",
"destination": "13800138000",
"scene": "reset_password"
}'{
"code": 200,
"message": "验证码发送成功",
"data": {
"challenge": {
"id": "verify_20240110100000",
"channel": "sms",
"scene": "reset_password",
"destination": "13800138000",
"expire_in": 300
}
}
}