curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/ResetLicenses \
--header 'Content-Type: application/json' \
--data '
{
"Domain": "<string>",
"Applications": [
{
"Name": "<string>",
"Type": "<string>",
"IsUserLicense": true,
"Licenses": [
{
"Id": "<string>",
"Total": 123,
"Used": 123,
"IsDemo": true,
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
],
"Id": "<string>"
}
],
"Licensee": "<string>",
"ProductKey": "<string>",
"ViewerOfflineDays": 123,
"Contracts": [
{
"Type": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
]
}
'