The system will generate a response after processing your request for "Logout".

{
"responseCode": 200,
"responseMsg": "User Admin is logged out successfully."
}
responseCode: integer

Indicates the status of operation, specifying whether it was successful, partially successful, or failed.

200
responseMsg: string

Successful or Failure message

"User Admin is logged out successfully."