curl --location --request GET 'https://api.victorops.com//api-public/v1/user//policies' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
{
"policies": [
{
"contactType": "string",
"extId": "string",
"order": 0,
"timeout": 0
}
],
"userId": 0,
"username": "string"
}