{
"id": 1
}curl --location '/adminapi/creation.creationModel/batchDel' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data '{
"id": 1
}'{
"code": 1,
"show": 1,
"msg": "删除成功",
"data": []
}