Add multiple headers in Retrofit android code example
Example: Add multiple headers in Retrofit android
"Content-Type : application/json"
to
"Content-Type: application/json"
Just remove the blank after Content-Type :)
"Content-Type : application/json"
to
"Content-Type: application/json"
Just remove the blank after Content-Type :)