curl --location --request POST '/api/ppt/parseFileData' \
--header 'token: {token}' \
--form 'file="test.doc;filename=test.doc"' \
--form 'content="文本内容"' \
--form 'fileUrl="https://xxx.pdf"' \
--form 'website="https://example.com"' \
--form 'websearch="上海元符号智能科技有限公司"'
{}