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'
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!