api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//custom_filters' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"type": "conversation",
"query": {}
}'{
"id": 0,
"name": "string",
"type": "conversation",
"query": {},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}