I\'m trying to make a POST request to my API and it works in Postman (I get a valid JSON object), but not using Volley. With the follo
POST
Postman
Volley
400 indicates a bad request, maybe you're missing Content-Type=application/json on your headers
Content-Type=application/json