How to pass data on fetch body without see it in the payload of the request?

Currently I’m working in a request to a service where I’m passing it user and password in the body.
As I understand, this information should be private, however I can see this information in the payload of the request in my browser.

enter image description here

enter image description here

Can anyone help me to understand what can I do?