curl --location --request POST 'https://api.302.ai/302/ppt/parsefiledata' \
--header 'Authorization: Bearer ' \
--form 'file=@""' \
--form 'content=""' \
--form 'fileUrl=""' \
--form 'website=""' \
--form 'websearch=""'
{
"data": {
"dataUrl": "string"
},
"code": 0,
"message": "string"
}