curl --location --request POST 'https://api.302.ai/302/markitdown/convert' \ --header 'Authorization: Bearer ' \ --form 'source_data_type="text"' \ --form 'source_data=""' \ --form 'file=@""' \ --form 'response_type="text"'
{ "data": "string" }