{
"custom_filters": [
{
"name": "string",
"associated_user_ids": [
"uuid"
],
"associated_category_ids": [
"uuid"
]
}
]
}
curl --location --request POST 'https://cgv-prd-checklist-api.contele.io/custom-filter' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_filters": [
{
"name": "string",
"associated_user_ids": [
"uuid"
],
"associated_category_ids": [
"uuid"
]
}
]
}'
{
"custom_filter": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"associated_user_ids": [
"uuid"
],
"associated_category_ids": [
"uuid"
]
}
]
}