Request
•
headers
◦
Content-Type: application/json
◦
Accept: application/json
•
body
{
"content": "string"
}
JSON
복사
Response
•
성공시 : 200
{
"id": 1
"content": "string",
"createdAt": "2023-07-10T19:33:53.821633",
"done": false
}
JSON
복사
•
실패시 :
◦
400 : Bad Request
◦
401 : Unauthorized
◦
403 : Forbidden