curl --location --request GET 'https://api.laf.run/v1/apps//policies//rules'
{
"error": "string",
"data": [
{
"_id": "string",
"appid": "string",
"policyName": "string",
"collectionName": "string",
"value": {},
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}