PATH: /aurora.core.apiengine.loginv1.LoginService/LoginWithApiCredentials
Request an access token.
To identify, please request a client_id and secret from your representative at Provable Markets.
Please note the services expect a JWT Bearer Token.
For instance, when you pass the access_token to a cURL request you will have to pass it in the header like this:
curl -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Unfortunately the keyword Bearer is currently missing from the examples.