I have been using this example using `@adobe/jwt-auth` to try and authenticate my external service to invoke my Project Firefly app.My config is like... export default {
credentials: {
clientId : 'client id',
technicalAccountId : 'account id',
orgId : 'org',
clientSecret : 'secret'...