I\'m trying to use Volley library to communicate with my RESTful API.
I have to POST string in the body, when I\'m asking for the bearer Token. String should look li
I know this is old, but I ran into this same problem and there is a much cleaner solution imo found here: How to send a POST request using volley with string body?