How to SET Oculus Quest 2 Fixed Foveated Rendering (FFR) using XR Interaction Toolkit and URP

How can I access Oculus VrApi to set Fixed Foveated rendering using XR Interaction Toolkit

You could try using Utils.SetFoveationLevel(int level) API in Oculus XR SDK.

Thank you! I can access it now.