401: request is invalid, reason: failed authorization. Please verify your token and organization id
Following up with related reported issue around 401 erorr.
I have observed that i cannot use Analytics/target api with "require-adobe-auth" : true.
It all works well when i set it to false.
Find below the error i get when i set to true.
Could somebody help out before i push this app live? does not make sense to have it set to false in production.

aio and node version tried
- @61380/aio-cli/8.1.0 darwin-x64 node-v16.2.0
- @61380/aio-cli/8.1.0 darwin-x64 node-v14.17.0
ext.config.yml when i get that error
inputs:
LOG_LEVEL: debug
companyId: $ANALYTICS_COMPANY_ID
apiKey: $SERVICE_API_KEY
annotations:
require-adobe-auth: true
final: true
