curl --location --request PUT 'https://api.victorops.com//api-public/v1/maintenancemode//end' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
{
"activeInstances": [
{
"instanceId": "string",
"isGlobal": true,
"startedAt": 0,
"startedBy": "string",
"targets": [
{
"names": [
"string"
],
"type": "RoutingKeys"
}
]
}
],
"companyId": "string"
}