Scenario - upload binary data in the body of a post, handle a response body containing JSON.
How to do the following using Volley?
curl -X POST -H \"
To send binary data you can do something like what I did in this answer How to send a “multipart/form-data” POST in Android with Volley .