Refreshing an Access Token
http://api.chorke.org/auth/oauth/token
;http://api.chorke.org/auth/oauth/token
;
;postman authorization header
authorization:Basic Y2xpZW50X2lkOmNsaWVudF9wYXNz
Content-Type:application/x-www-form-urlencoded
|
;postman form data
username:chorkeinc
password:pa$$w0rd
grant_type:password
client_id:chorke_inc
|