응답 구조
SUCCESS
, ERROR
공통
{
"result": "SUCCESS",
"data": [
{
"id": "11f00b77-b737-dae2-aed1-6d84c3df11ff",
"kakaoId": "26455895",
"name": "루엘드파리",
"category": "음식점 > 간식 > 제과,베이커리",
"phone": "02-322-0939",
"address": "서울 서초구 서초동 1445-13",
"roadAddress": "서울 서초구 서초중앙로 18",
"longitude": "127.01727639915623",
"latitude": "37.4839596934158",
"status": true,
"images": [
"<https://s3.ap-northeast-2.amazonaws.com/zerozero-upload/images/store/another-image.png>",
"<https://s3.ap-northeast-2.amazonaws.com/zerozero-upload/images/store/0cbf3b99-b0ba-4148-a891-d04cb71ae236-test.png>"
],
"placeUrl": "<http://place.map.kakao.com/26455895>"
}
],
"error": null
}
에러
{
"result": "ERROR",
"data": null,
"error": {
"code": "NOT_EXIST_HEADER",
"message": "Authorization Header가 존재하지 않습니다.",
}
}