curl --location -g --request GET 'http:///oauth/access2' \ --header 'client_id;' \ --header 'redirect_uri;' \ --header 'client_secret;' \ --header 'grant_type;' \ --header 'code;'
{ "accessToken": "b43de33483491bc86090d6a707d6c3d3" }