put https://my.surveypal.com/api/rest/answer//data
Create actual content for the answer.
Adds actual answer data to the answer. Read how you can use this: https://support.surveypal.com/hc/en-us/articles/6469398719890
curl -i -X PUT \
-H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
-H "Accept:application/json" \
'https://my.surveypal.com/api/rest/answer/:id/data?elements=:elements&state=:state&modifiedTime=:modifiedTime'