Issue while exposing Uipath Process into API, getting null values while executing https://platform.uipath.com/cloudrpa/api/getAccountsForUser

Tried to UiPath Process into API

While doing the following steps:

  1. Get UiPath Account, Service and Process Identifiers
    2.1 Get the Account Logical Name
    Using any API testing tool, submit a GET request to
    UiPath with a request header
    Authorization: Bearer [id_token]
    Copy the value for accountLogicalName from the response:
    {
    “userEmail”: “demo@domain.com”,
    “accounts”: [
    {
    “accountName”: “Demo”,
    “accountLogicalName”: “Demo”
    }
    ]
    }

Iam getting blank values as response