Hi, I have created an app in Azure portal using my personal outlook account, I am creating a test app, I have add all the permissions to my app as shown here, 


Now I am trying to access the API using postman, however, I am unable to get the correct access token. I keep getting an error stating to use /consumers route. Can anyone assist me with the correct url, I am using the following URL to get the access token: https://login.microsoftonline.com{TenantID}}/oauth2/v2.0/token/
Below is the screenshot of the error.
https://docs.microsoft.com/answers/storage/attachments/99528-screenshot-4.png
However when I use Microsoft Graph Explorer I am able to access all the routes via just logging in, Also I tried using the link https://login.microsoftonline.com/{tenant-id}/adminconsent?client_id={client-id}&state={random-string}&redirect_uri={redirect-url} to login in my app but I get the error as below


