Skip to content

전통주 마셔봤어요 기능

So Hyeon edited this page Mar 31, 2023 · 1 revision

[GET] ~/api/v1/eats

Request

Request-Header

이름 태그
applicaion/json applicaion/json

Request-Body

이름 태그 텍스트
memberId Number 유저 고유 id
alcoholId Number 전통주 고유 id

Response

200 OK

{
    "success": true,
    "message": "등록 성공",
    "data": null
}

404 Not Found

{
    "success": false,
    "message": "해당 유저가 존재하지 않습니다.",
    "data": null
}