Delete the current user's session and refresh cookie

DELETE /Api/Auth/Logout

Responses

DELETE /Api/Auth/Logout
curl \
 -X DELETE https://app.lovassy.hu/Api/Auth/Logout \
 -H "Authorization: Bearer $ACCESS_TOKEN"