[POST] /api/v1/follow

Request

  • 헀더
headers { Authorization: "Bearer ${token}" } // ν† ν°μœΌλ‘œ λΆ€ν„° userIdλ₯Ό μΆ”μΆœν•¨
  • λ°”λ””
{ "followUserId": 2 }
Body

RESPONSE

  • JSON (μ˜ˆμ‹œ)
  • (사싀 ν”„λ‘ νŠΈμ—λŠ” μ“Έλͺ¨ μ—†μ§€λ§Œ ν…Œμ΄λΈ”μ— μƒμ„±λœ 데이터 λ³΄λ‚΄μ£ΌλŠ” μš©λ„)
{ "followId": 3, "userId": λ‚΄ 아이디, "followingId": 5 // μœ μ €μ˜ 아이디 }
 
Body