This is the network tab while sending form data from client side (via post method) to the server side to add to the database. Is this how it should be? Should the form data and the API route be visible to the browser while am making this request? If no is there a better way to send data from a form to the server.
Additional info:
The form is in a client component