curl --request POST \
--url https://api.squarecloud.app/v2/databases/{databaseId}/snapshots/restore \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"snapshotId": "<string>",
"versionId": "<string>"
}
'