url encoded code example
Example 1: url encoded header
"content-type" : "application/x-www-form-urlencoded"
Example 2: encode plus sign in url
body=Hi+there%2bHello+there
"content-type" : "application/x-www-form-urlencoded"
body=Hi+there%2bHello+there