Today I'm making my first attempt of sending a POST request with a JSON to save some data, and I'm not being able to do so. My app works by signing in, and then save, modify and delete data. It's already done in iOS, but since I'm new to Android, I'm not sure how to do it. Here's my POST function:Today I'm making my first attempt of sending a