curl --location --request POST 'https://api.victorops.com//api-public/v1/incidents/reroute' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reroutes": [
{
"incidentNumber": "string",
"targets": [
{
"slug": "string",
"type": "User"
}
]
}
],
"userName": "string"
}'
{
"statuses": [
{
"incidentNumber": "string",
"message": "string",
"success": true,
"targetStatus": [
{
"message": "string",
"slug": "string",
"success": true
}
]
}
]
}