트윗 작성

POST /tweets/post

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Request-Body

** 로그인 구현 안 하는 관계로 writer 정보 필요**

Name
Type
Description

writerId

string

Id of the writer

content

string

Content of the tweet

Response

{
  "tweetId": 1,
  "writerId": Netflix,
  "createdDate": 2025-05-14T01:06:55.323,
  "content": "Netflix 신작 대개봉!"
}

Last updated