{ "type": "object", "properties": { "Authenticated": { "type": "boolean", "example": true }, "AuthenticatedMessage": { "type": "string", "example": "The user Oluwole Olusoga has successfully authenticated!" }, "ResponseCode": { "type": "string", "example": "00" }, "ResponseMessage": { "type": "string", "example": "Successful" }, "RequestId": { "type": "string", "example": "SMB1234567" } } }