post https://hermes-dev.zealid.com/api/v3.0/csc/v1/oauth2/token
Obtain an OAuth 2.0 access token
After first call to Token, proceed to Credentials List endpoint. Use access_token to authorise against the rest of the flow. After second call to Token, proceed to Sign Hash. For Sign Hash, use the access_token from the first Token call to authorise (include the token in the header), and use the second access_token retrieved from the second call to Token to supply SAD (a special token with limited lifetime which authorises the signing of the payload itself).