{
"collectionName": "string",
"value": "string"
}curl --location --request POST 'https://api.laf.run/v1/apps//policies//rules' \
--header 'Content-Type: application/json' \
--data-raw '{
"collectionName": "string",
"value": "string"
}'{
"error": "string",
"data": {
"_id": "string",
"appid": "string",
"policyName": "string",
"collectionName": "string",
"value": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}