What is Nvidia's recommendation for throttling refresh from 144hz to 60hz?

I’m writing an OpenGL C++ application in Visual Studio 2022 for Nvidia’s RTX 3050 and I’m using GLFW for window management. I will be using full screen mode at 1280 by 720 resolution.

However the monitor is running at 144hz and I need the SwapBuffers to run at 60hz.

GLFW ignores my 60hz refresh hint.

How do I request the driver to set 60hz for this application through some Nvidia API that allows fail-through when the software is run on another vendors GPU?

I don’t have access to the NDA version of the NVAPI.

Thanks very much,
Cameron King