Auth Service
Sign Out
SignOut terminates the user's authentication. Revokes the refresh token and clears the authentication cookie.
Response Body
application/json
curl -X POST "https://example.com/api/v1/auth/signout"Empty
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}