curl --request POST \
--url http://localhost:3333/v1/questionnaire/parse/upload/token \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form format=xlsxcurl --request POST \
--url http://localhost:3333/v1/questionnaire/parse/upload/token \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form format=xlsxWas this page helpful?