Dealing with a very strange bug here with 403 Forbidden when hitting POST /api/v2/quality/surveys via our AppFoundry integration. The OAuth token has quality:all scope, yet the response body indicates insufficient_permissions. This works locally with Postman but fails in production. Is there a hidden tenant-level restriction for non-admin users creating surveys programmatically, or is the token scope not propagating correctly to the WFM service?