{
"page": 1,
"size": 10,
"filters": {
"type": 1,
"category": None,
"style": None,
"themeColor": None
}
}
curl --location --request POST 'https://api.302.ai/302/ppt/templates' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 10,
"filters": {
"type": 1,
"category": None,
"style": None,
"themeColor": None
}
}'
{}