Logout

End point: [RemoteTM URL]/logout
Send a GET request with these headers:
Header Value
Session  The ticket received from Authorization Request
Content-Type application/json
RemoteTM responds with a JSON object.
On success, field 'status' is set to 'OK'. Example:
{
    "status": "OK"
}
On error, field 'status' is set to 'Error'. Example:
{
    "status": "Error"
}