Hello @Ferg Jiang,Thank you for contacting Microsoft Support.
Instead of user-based authentication, you can use app-only authentication. This approach allows your application to authenticate without requiring a user’s interaction.
To achieve this, you’ll need to register your app in Azure AD and obtain an application ID (Client ID) and an application secret (Client Secret).
With these credentials, your app can authenticate directly with the Graph API using OAuth 2.0 in Postman.
Please refer https://learn.microsoft.com/en-us/graph/use-postman.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".