Today Clothes Backend API Documentation

User API

모든 유저 정보 가져오기(rest docs 테스트)

GET /api/user HTTP/1.1
Host: localhost:8080
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 71

[{"id":null,"name":"John","age":30},{"id":null,"name":"Jane","age":25}]