This endpoint allows you to logout.
Log the user out of the application.
This endpoint requires authentication.
| Method | URI | Headers |
|---|---|---|
| POST | https://test-api.updivision.work/api/logout | Accept: application/json Authorization: Bearer {token} |
{
"message": "Logged out"
}
{
"message": "Unauthenticated."
}