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