get https://my.surveypal.com/api/rest/surveys
List user surveys.
This method allows the user to fetch surveys owned by the user.
curl -i -X GET \
-H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
-H "Accept:application/json" \
'https://my.surveypal.com/api/rest/surveys?published=:published&styleRevision=:styleRevision&from=:from&to=:to&offset=:offset&limit=:limit'