curl --request POST \
--url http://localhost:3333/v1/questionnaire/parse \
--header 'Content-Type: application/json' \
--data '{}'{}curl --request POST \
--url http://localhost:3333/v1/questionnaire/parse \
--header 'Content-Type: application/json' \
--data '{}'{}The body is of type object.
Parsed questionnaire content
The response is of type object.
Was this page helpful?