curl --request POST \
--url https://api.kinsta.com/v2/sites/environments/{target_env_id}/backups/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"backup_id": 123456789,
"notified_user_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1"
}
'