I'm passing Authorization information in json format as following.
X-DocuSign-Authentication:{ "Username" :"xxxxx", "Password" :"xxxxxx", "IntegratorKey" :"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }
I'm converting it ToBase64String and pass it to docuSign restapi.
It gives me UnAuthorised user error with status code 401.
I want to know which format and encoding i have to pass to "/v2/login_information" to get baseURL