Connect ultrasonic sensor to Jetson Xavier NX

I have a Jetson Xavier NX Board. In my current project, I need to connect the ultrasonic sensors (JSN-SR04T) to my Jetson Board.

I tried with a single sensor and used Jetson.GPIO lib to communicate through GPIO but I’m not getting any data from Jetson. I believe the GPIO pin is not powering up which shows 0V after making it HIGH.
If the problem is with GPIO Configuration then please let me know how do we configure a particular pin.
Please help me with that.