자세한 내용은 Notion참고
- POST
/auth/client/sign-up/
-client
회원가입 - POST
/auth/client/login/
-client
로그인
- POST
/auth/counselor/sign-up/
-counselor
회원가입 - POST
/auth/counselor/login/
-counselor
로그인
- GET
/auth/counselor/
- 단일 - GET
/auth/counselors/
- List
- GET
/auth/able-time/{uid}
- POST
/reservation/
- 예약 생성 - GET
/auth/able-time/
- 예약 확인 - 본인uid
와 일치하는 예약 목록 - DELETE
/reservation
- 예약 삭제
- GET
/search/category
- 카테고리 검색
사용법
- 각 url 하나씩 채팅하여 1:1채팅
GET 192.168.0.11/junwoo
room1
GET 192.168.0.11/junsang
room2