Trying to use GetExternalContactAction to pull customer details by phone number in Architect. The action returns a 401 Unauthorized error even though the integration ID is valid and the endpoint works in Postman. Here is the action config: {“integrationId”: “abc-123”, “method”: “GET”, “path”: “/lookup/phone/${contact.phoneNumber}”}. The credentials are set up in the integration settings. What am I missing?