-
Notifications
You must be signed in to change notification settings - Fork 0
[GET]Popular Search
SumiKang edited this page May 31, 2021
·
2 revisions
-
Request-Header
Content-Type
:application/json
-
Response-body
image
: String,
name
: String -
SUCCESS
{ "success": true, "message": "검색뷰 인기 검색 콘텐츠 조회 성공", "data": { "searchPopular": [ { "image": "https:~", "name": "피터팬" }, { "image": "https:~", "name": "빌리앨리어트" }, { "image": "https:~", "name": "블루" }, { "image": "https:~", "name": "한자들어간영화" }, { "image": "https:~", "name": "소울" } ] } }
-
SERVER ERROR
{ "status": 500, "message": "Server Error" }