POST
/
auth
/
logout
Logout
curl --request POST \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/auth/logout \
  --header 'Authorization: Bearer <token>'
{
  "message": "Logout successful"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

200
application/json

Success

The response is of type object.