Example searches: “string”, “http://api.example.com”, “FastAPI”, “loc”, “array”
The endpoint for logging out a user
Args: token (oauth2 bearer token): the token for the user
Returns: (dict) The message for logging out
Successful Response
The requested page was not found
curl \ -X POST http://api.example.com/api/auth/logout \ -H "Authorization: Bearer $ACCESS_TOKEN"