curl --location --request POST 'https://api.gezhe.com/v1/renders' \
--form 'file=@""' \
--form 'fileURL=""' \
--form 'name="渲染任务名称"' \
--form 'mode="normal"' \
--form 'resolution="1920"' \
--form 'output="jpg"' \
--form 'slides="1,2,3"' \
--form 'notifyURL=""'