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