curl --location --request PUT 'https://api.victorops.com//api-public/v1/profile//policies/' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"rules": [
{
"contact": {
"id": 0,
"type": "email"
},
"type": "email"
}
],
"timeout": 1
}'
{
"_selfUrl": "string",
"step": {
"index": 0,
"rules": [
{
"contact": {
"id": 0,
"type": "email"
},
"index": 0,
"type": "email"
}
],
"timeout": 1
}
}