I would like to use the Discovery Service API, but even after referring to the following site, it does not work.
As a result, I get a Status 401 Unauthorized response.
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/discovery-orgsdk-to-webapi
See the images below for Request and Response.



I followed the steps below with reference to MS Learn.
https://docs.microsoft.com/en-us/learn/modules/common-data-service-web-api/
- Register Dataverse App to Azure AD
- Modify Manifest in Microsoft CRM Portals
- Allow API access
- Generate OAuth 2.0 Access Token by Postman.
- Execute the WhoAmI function to check the Web API connection to Dataverse, and confirm that the response is Status 200 OK.
- As a result of executing the Discovery Service API, the status 401 Unauthorized was response.
Please let me know if I am missing some setting or if it is a tenant problem.
Thank you for help.