curl --location --request PATCH 'https://api.victorops.com//api-public/v1/incidents/byUser/resolve' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string",
"userName": "string"
}'
{
"results": [
{
"cmdAccepted": true,
"entityId": "string",
"incidentNumber": "string",
"message": "string"
}
]
}