Request
•
headers
◦
Content-Type: application/json
◦
Accept: application/json
◦
Authorization: JWT
•
body
{
"nickname": "string",
"description": "string"
}
JSON
복사
Response
•
성공시 : 200
Java
복사
•
실패시 :
◦
400 : Bad Request
◦
401 : Unauthorized
◦
403 : Forbidden