curl --request POST \
--url http://localhost:3333/v1/questionnaire/delete-answer \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"error": "<string>"
}curl --request POST \
--url http://localhost:3333/v1/questionnaire/delete-answer \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"error": "<string>"
}Was this page helpful?