更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************
{
"id": "string"
}
curl --location --request DELETE 'http://localhost:6880//tool/async/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{}