{
"id": "xxx" // ppt id
}
curl --location --request POST 'https://api.leebay.cyou/docmee/v1/api/ppt/delete' \
--header 'Authorization: sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "xxx" // ppt id
}'
{
"code": 0,
"message": "操作成功"
}