diff --git a/http/02_Room.http b/http/02_Room.http new file mode 100644 index 0000000..0c780b6 --- /dev/null +++ b/http/02_Room.http @@ -0,0 +1,8 @@ +### 1. 채팅방 생성 API +POST http://localhost:8080/v1/room +Content-Type: application/json + +{ + "companyId": "2", + "adminId": "3" +}