curl --location 'https://api.victorops.com//api-public/v1/incidents' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;' \
--header 'Content-Type: application/json' \
--data '{
"details": "string",
"summary": "string",
"targets": [
{
"slug": "string",
"type": "User"
}
],
"userName": "string"
}'{
"error": "string",
"incidentNumber": "string"
}