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