Are you able to do the restoration using PowerShell as below?
- Install Azure AD Module:
Install-Module -Name AzureAD
- Connect Azure AD:
Connect-AzureAD
- View and restore deleted groups as explained in this reference: groups-restore-deleted
----------
If the Answer is helpful, please click "Accept Answer" and upvote it