+
HTTP/1.1 200 OK
+Vary: Origin
+Vary: Access-Control-Request-Method
+Vary: Access-Control-Request-Headers
+Content-Type: application/json
+Content-Length: 890
+
+{
+ "code" : "200",
+ "message" : "success",
+ "data" : {
+ "recruits" : [ {
+ "recruitId" : 1,
+ "category" : "PROJECT",
+ "title" : "[사이드 프로젝트] 공모전 레퍼런스 웹 플랫폼 개발 프로젝트 팀원을 모집합니다.",
+ "finishedRecruit" : false,
+ "recruitEnd" : "2023-10-01",
+ "content" : "<p>[프로젝트 소개]</p>\n저희 ",
+ "skills" : [ {
+ "skillId" : 1,
+ "name" : "Spring"
+ }, {
+ "skillId" : 2,
+ "name" : "React"
+ } ],
+ "participants" : [ {
+ "recruitType" : "백엔드",
+ "limit" : 4,
+ "members" : [ {
+ "nickname" : "KIM",
+ "major" : true
+ } ]
+ }, {
+ "recruitType" : "프론트엔드",
+ "limit" : 3,
+ "members" : [ ]
+ } ],
+ "mine" : false
+ } ],
+ "nextCursor" : 1,
+ "isLast" : true
+ }
+}
+