Is there a clean way to configure the HTTP method in the Genesys Cloud Data Action when pushing WFM quality evaluation scores to ServiceNow via a custom REST endpoint? The Architect flow triggers successfully on the quality_evaluation.completed event, but the ServiceNow instance returns a 405 Method Not Allowed error despite the endpoint accepting POST requests in Postman. The payload structure matches the ServiceNow sn_wfm_quality table schema exactly, including the u_genesys_eval_id and u_overall_score fields. I have verified the OAuth token is valid and the target URL is correct, yet the Genesys Cloud Data Action seems to be sending a GET request or an unsupported content type. The error response body indicates the method is not allowed for the resource, suggesting a mismatch in the Data Action configuration or the ServiceNow script include. Is there a specific header requirement for ServiceNow REST APIs when called from Genesys Cloud Data Actions that overrides the configured HTTP method?