{
"id": "string"
}
curl --location -g --request POST '{{BASE_URL}}/docmee/v1/api/ppt/delete' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"code": 0,
"message": "操作成功"
}