POST
/logout
curl \
--request POST 'http://localhost:8080/logout' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"code": 42
}
curl \
--request POST 'http://localhost:8080/logout' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"code": 42
}