Authorization : Bearer ${ACCESS_TOKEN}
Content-type : application/json
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
status | String | 상태 코드 |
success | boolean | 성공 여부 |
message | String | 성공 메시지 |
data | String | 로그아웃 성공 |
{
"status": 200,
"success": true,
"message": "성공입니다.",
"data": "로그아웃 성공"
}