本文档为 SlaterVanS Studio API 接口开发文档,前端代码仓库点击此处跳转 ,后端代码仓库点击此处跳转 - 当前支持API 调试、API Mock、API 自动化测试!
Authorization: Bearer ********************
{ "email": "2238622408@qq.com" }
curl --location --request POST 'http://81.71.45.153:5001/user/send_verify_code' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "2238622408@qq.com" }'
{ "message": "Verification email sent" }