put https://my.surveypal.com/api/rest/shorturl
Create a new short url.
Creates a new short url.
curl -i -X PUT \
-d '{"targetUrl":"https://www.example.com"}'
-H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
-H "Content-Type: application/json" \
-H "Accept:application/json" \
'https://my.surveypal.com/api/rest/shorturl'