Authorization: Bearer ********************{
"ids": [
0
]
}curl --location --globoff --request DELETE 'https://testforgeplus.trustie.net/api/v1/{{owner}}/{{repo}}/issues/batch_destroy.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
0
]
}'{
"status": 0,
"message": "success"
}