Could someone clarify why the ServiceNow Data Action returns a 400 status code when the payload matches the schema validator exactly? The flow executes without error in Architect, but the integration fails immediately upon triggering the create incident action. The request body sent is as follows:
{
"incident": {
"short_description": "API Failure",
"caller_id": "sys_id_123",
"category": "Software"
}
}