Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/task/quick-filters?projectId' \
--header 'ORGANIZATION-ID: 00000'
{
"data": {
"key": "updated-today",
"count": 0,
"ui": {
"color": "string",
"title": "string",
"icon": "string"
}
},
"message": "string"
}