{
"id": 0
}
curl --location --request GET 'http://localhost:8888/user/page' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'
{"code":20000,"info":"OK","data":{"id":1,"username":"rinai","bio":"这里填写个人简介","gender":"魔法师","documents":[{"id":1,"title":"codeforce","is_private":true,"create_time":"2025-01-23T14:15:51.82Z","update_time":"2025-01-23T14:15:51.82Z"},{"id":2,"title":"luogu","is_private":true,"create_time":"2025-01-23T14:15:59.51Z","update_time":"2025-01-23T14:15:59.51Z"},{"id":3,"title":"hashcode","is_private":true,"create_time":"2025-01-23T14:16:06.158Z","update_time":"2025-01-23T14:16:06.158Z"}],"created_at":"2025-01-23T14:12:50.233Z","updated_at":"2025-01-23T14:14:12.338Z"}}