Hi Gary,
Looking at the headers you’ve provided, it doesn’t look like the request is using an OAuth2 access token in the expected format. For A042 the Authorization header needs to be sent as:
Authorization: Bearer <access_token>
At the moment it looks like you’re sending a raw token value without the Bearer prefix, which would result in a 401. Could you please confirm you are generating a valid access token via the signed JWT flow and then passing it in the format above when calling A042.