API endpoints for email routing rules responds with error 1010 auth.forbidden

For Workes & Pages, what is the name of the domain?

``

What is the error number?

1010

What is the error message?

{ “code”: 1010, “error”: “auth.forbidden” }

What is the issue or error you’re encountering

I am getting a 1010 errr auth forbidden when doing API request on GET zone email routing rules catch_all

What steps have you taken to resolve the issue?

I’ve verified that my token is valid.
I’ve made sure that its placed properly in the request headers.

What are the steps to reproduce the issue?

I am using Insomnia rest client.
I’ve created an http request for GET https://api.cloudflare.com/client/v4/zones//email/routing/rules/catch_all
In headers, I’ve added Authorization: Bearer <api_token> and Content-Type: application/json

Screenshot of the error