curl --location --request POST 'https://api.twenty.com/rest/viewFilterGroups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentViewFilterGroupId": "2b1c0e64-f7a9-434f-81e9-9dc744abaea4",
"logicalOperator": "AND",
"positionInViewFilterGroup": 0,
"viewId": "5aa272a5-73e4-4f9c-8123-4bac998fdb73"
}'{
"data": {
"createViewFilterGroup": {
"parentViewFilterGroupId": "2b1c0e64-f7a9-434f-81e9-9dc744abaea4",
"logicalOperator": "AND",
"positionInViewFilterGroup": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"viewId": "5aa272a5-73e4-4f9c-8123-4bac998fdb73",
"view": null
}
}
}