Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:8000/home/user/'
[
{
"username": "admin",
"email": "admin@example.com",
"first_name": "超级管理员"
},
{
"username": "2022141520159",
"email": "3177267975@qq.com",
"first_name": "张三"
},
{
"username": "2022141520158",
"email": "3177267975@qq.com",
"first_name": "李四"
},
{
"username": "2022141520157",
"email": "3177267975@qq.com",
"first_name": "王五"
}
]