{
"Id": 0,
"Name": "string",
"ApiKey": "string",
"Email": "user@example.com",
"Phone": "string",
"Encryption": {
"Incoming": {
"Enable": true,
"Algorithm": "string",
"Parameter": "string",
"SecretKey": "string"
},
"Outgoing": {
"Enable": true,
"Algorithm": "string",
"Parameter": "string",
"SecretKey": "string"
}
},
"Configuration": {
"CustomVariables": {
"Var1": "string",
"Var2": "string",
"Var3": "string",
"Var4": "string"
},
"RedirectConfiguration": {
"BrowserRedirects": {
"Enabled": true,
"CompleteUrl": "http://example.com",
"TerminateUrl": "http://example.com",
"OverQuotaUrl": "http://example.com",
"SecurityTerminateUrl": "http://example.com"
},
"ServerWebhooks": {
"Enabled": true,
"SuccessWebhook": "http://example.com",
"FailureWebhook": "http://example.com",
"QuotaWebhook": "http://example.com",
"SecurityWebhook": "http://example.com"
}
}
}
}