curl --location --request POST '/api/pptjson/ppt2json' \ --header 'token: {token}' \ --form 'file="test.pptx"' \ --form 'uploadImage="false"'
{}