method : GET
path : /study/category?title=~&place=~&tech=~&tech=~
return List<study>
@RequestBody
카테고리
{
"title" : ,
"place" : ,
"tech" []
}
{
"id": 1,
"title": "스터디 구인",
"user_info": {
"id": 3,
"user_name": "테스트이름",
"img_url": "https://catchstudy-images.s3.ap-northeast-2.amazonaws.com/profile/default.png"
},
"tech_info": [
{
"id": 1,
"tech_name": "Spring",
"img_url": "img/icon/tech/spring.svg"
},
{
"id": 2,
"tech_name": "Github",
"img_url": "img/icon/tech/github.svg"
}
],
"maxman": 3,
"nowman": 1,
"warn_cnt": 0,
"create_date": "2021-10-13T19:02:48.252"
}
JSON
복사