{
"page": 1,
"size": 10,
"filters": {
"type": 1,
"category": "string",
"style": "string",
"themeColor": "string"
}
}
curl --location --request POST '/docmee/v1/api/ppt/templates?lang' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 10,
"filters": {
"type": 1,
"category": "string",
"style": "string",
"themeColor": "string"
}
}'
{
"code": 0,
"total": 0,
"data": [
{
"id": "string",
"type": 0,
"coverUrl": "http://example.com",
"category": "string",
"style": "string",
"themeColor": "string",
"subject": "string",
"num": 0,
"createTime": "2019-08-24T14:15:22Z"
}
],
"message": "string"
}