{
"captchaVerification": "string",
"captchaType": "string"
}curl --location --request POST 'uni/common/questionnaire_save//' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"captchaVerification": "string",
"captchaType": "string"
}'{}