Description
<태그 팔로우 추가>
•
특정 회원이 팔로우할 태그 추가
Request
Content-type: application/json
Shell
복사
{
"tagId": 1
}
JSON
복사
Response
{
"id": 1,
"memberId": 1,
"memberName": "John",
"tagId": 1,
"tagName": "고소"
}
JSON
복사
Error
HTTP/1.1 4XX
”에러 메시지”