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