更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************
{
"projectId":"abc"
}
curl --location --request DELETE 'http://localhost:6880/project/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId":"abc"
}'
{
"msg": "操作成功",
"code": 200
}