Error getting assets

I created a jira:projectPage with UI Kits and I am trying to retrieve the assets into an object schema. But the message I get is: {code: 401, message: 'Unauthorized; the scope does not match’}. If I put authorization: Basic email:token and if I don’t put authorization the 401 error persists.

I made this request in Postman and I can see the data.

And I put these imports in manifest.yml:

  • storage:app
    • read:jira-work
    • read:field:jira
    • read:issue.property:jira
    • read:cmdb-object:jira
    • read:servicedesk-request
    • read:jira-user
    • read:cmdb-schema:jira
    • read:cmdb-type:jira
    • read:cmdb-attribute:jira
    • read:cmdb-icon:jira
    • read:jira-user
    • write:jira-work
    • manage:jira-project
    • manage:jira-configuration
    • read:servicedesk-request
    • import:import-configuration:cmdb

How can I solve this problem? Is there any specific scope I need to have?

1 Like