I want to obtain information about the app, but when calling the interface to request 401, the jwt token is set

request url :ttps://appstoreconnect.apple.com/iris/v1/apps/xxxxxx?include=appStoreVersions&limit[appStoreVersions]=7 response: { "errors": [{ "status": "401", "code": "NOT_AUTHORIZED", "title": "Authentication credentials are missing or invalid.", "detail": "No valid credentials found in the request." }] }

I want to obtain information about the app, but when calling the interface to request 401, the jwt token is set
 
 
Q