Get Categories (장소 카테고리 조회)
GET /api/v1/places/categories{
"code": 200,
"message": "요청이 성공적으로 완료되었습니다.",
"categories": [
{
"id": 1,
"title": "맛집"
},
{
"id": 2,
"title": "숙소"
},
{
"id": 3,
"title": "명소"
}
]
}Last updated