Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/operations/tasks-by-priority/?taskPriorities&projectIds' \
--header 'ORGANIZATION-ID: 00000'
{
"data": [
[
{
"key": "string",
"value": "string",
"routerLink": "string"
}
]
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}