curl --request POST \
--url http://localhost:3333/v1/questionnaire/auto-answer \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'curl --request POST \
--url http://localhost:3333/v1/questionnaire/auto-answer \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'API key for authentication
The body is of type object.
Was this page helpful?