{
"size": 10,
"filters": {
"type": 1
}
}
curl --location --request POST '/docmee/v1/api/ppt/randomTemplates?lang' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"size": 10,
"filters": {
"type": 1
}
}'
{
"code": 0,
"total": 1,
"message": "操作成功",
"data": [
{
"id": "template123",
"type": 1,
"coverUrl": "https://example.com/cover.png",
"category": null,
"style": null,
"themeColor": null,
"subject": "",
"num": 20,
"createTime": "2024-01-01 10:00:00"
}
]
}