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