Authorization: Bearer ********************{
"username": "string",
"password": "string",
"is_superuser": false
}curl --location --request POST '/api/user/create' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"is_superuser": false
}'{
"code": 0,
"data": {},
"message": "操作成功"
}