curl --request POST \
--url https://services.leadconnectorhq.com/surveys/restore-version \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"surveyId": "<string>",
"versionId": "<string>"
}
'