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