Make sure the following env props are set in this application:
To authenticate against this API you need to set the config corresponding to the properties above. Then, add a Authorization: Bearer {JWT access token} to the requests.
Make sure you include the same token audience in your config as in this backend app is used so that a JWT access token (not an opaque access token) is created that the backend can decode.