403 on Camunda Tasklist view

How to change the same , since that is the engine based URL’s.

@aravindhrs :
If above path is wrong , then it must be result in 404 , but not 403 i think.

Also the previous call to fetch all available filters has given some result
URL to fetch list of filters:
Call1:
https://abc.com/camunda/api/engine/engine/default/filter?firstResult=0&maxResults=2000&itemCount=false&resourceType=Task
result is :
[{“id”:“231c2d8e-dc8d-11ea-8637-0a58c0a825bb”,“resourceType”:“Task”,“name”:" Approvals",“owner”:null,“query”:{“processDefinitionKey”:“APPROVAL_V1”,“taskVariables”:[],“processVariables”:[],“caseInstanceVariables”:[],“orQueries”:[]},“properties”:{“masked”}}]

CAll 2:
The results of above call it is used to load the filter of the above id and gives 403 :
{“timestamp”:“2020-08-12T16:51:54.815+00:00”,“status”:403,“error”:“Forbidden”,“message”:"",“path”:"/camunda/api/engine/engine/default/filter/231c2d8e-dc8d-11ea-8637-0a58c0a825bb/list"}

Oracle Def:
ACT_RU_FILTER
::image