Stuck on a 401 Unauthorized response when invoking the ServiceNow REST API for GDPR data deletion via the webhook.execute node in Architect. The OAuth token is valid and refreshes correctly in our London environment, yet the ServiceNow endpoint rejects the request immediately. Using Genesys Cloud Release 2024-12.
headers:
Authorization: Bearer ${token}
Content-Type: application/json
method: DELETE
url: https://instance.service-now.com/api/now/table/erasure_request
Any insights on header formatting?