Log out the current user from the CCRC WAN server.

{
"operationName": "logout",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNTAwOH0.5i_es2jjwS5wK17D3Emib5g-oCR_xZ63TBGt8K1CRJ4"
}
}
operationName: string

Name of the operation.

"logout"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNTAwOH0.5i_es2jjwS5wK17D3Emib5g-oCR_xZ63TBGt8K1CRJ4"