curl --location --request GET 'https://api.victorops.com//api-public/v1/policies' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
{
"policies": [
{
"policy": {
"name": "string",
"slug": "string"
},
"team": {
"name": "string",
"slug": "string"
}
}
]
}