curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/agents//versions//restore' \
--header 'X-API-Key: <api-key>'{
"success": true,
"message": "Agent restored to version 3",
"backup_version": 6,
"new_version": 7
}