I'm using Postman to test my Go Chi server. When I send data with JSON in the request body, I first add an attribute "name", after I make the request and remove "name" and send the request again, my server still receives the attribute name, thought it doesn't exist in the request payload.
Why is this happening?