Need Help to make a POST request using react-hook-from and zod in nextjs 14.2
I am a newbie. I am trying to make a post request to the express server. I am using typeScript
and Shadcn/ui
form with zod
validation. I have to make a POST request like this JSON object below. I am getting the location dynamically from the server. How do I send the request ?