curl --location '/rest/api/3/bulk/issues/delete' \ --header 'Content-Type: application/json' \ --data '{ "selectedIssueIdsOrKeys": [ "10001", "10002" ], "sendBulkNotification": false }'
{"taskId":"10641"}