How to create a new tasks under the existing service request or incident request using API from XSOAR ?
>> We tried to create a new task under existing incident request (ID: 6253435) using below entity records, but we got an error with (CompletionStatus: FAILED)
>> [{"entity_type": "Task", "properties": {"Id": "6253435", "DescriptionKey": "Testing"}, "operation": "CREATE"}]