Logout
End the current session.
post /auth/logout
Accept: application/json
Authorization: Bearer {{(verb-var token)}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 16
Server: ores-http-server-v1
Access-Control-Allow-Origin: *
{
"success": true
}