curl --location --request POST '/api/v1/auth/logout' \
--header 'Authorization: Bearer <token>'{
"success": false,
"status": 401,
"data": {
"timestamp": "2025-12-19T10:00:00",
"code": "AUTH001",
"message": "인증이 필요합니다.",
"path": "/api/v1/auth/logout",
"errors": null
}
}