Authenticates and gets the Json Web Token to push and pull data from your Zuora Revenue instance.
Authentication token is returned.
curl -X POST --header "role: API Role" --header "clientname: Default" --header "Authorization: Basic WklOR0FQSToxffN4JKaOPw==" "https://yourHost/api/integration/v1/authenticate"
{- "Message": "Token Generated",
- "status": "success"
}