I am making post requests, with postman everything works perfect, but when I enter the url to which the post request should be made, I get Cannot GET, I understand that it is waiting for a get method, my question is, to make the post request to the fly server, should I generate a token to show me the information?
I made GET requests and it responds correctly showing me all the information.
Sorry if my question is a bit basic, I am still learning about post and get requests and fly.io.