Fill refresh key to ai-api-refresh-key in the http header, and ai-api-access-token, Authorization, Referer are also needed in the http header. Http body can be empty
New authorized token, token refresh key, token expire unix timestamp are returned
Refresh key invalid or Bad token to refresh, can't get claim or public api access token found but not correct
curl -i -X PUT \ https://qa-web-02.qima.com/auth/v2/token
{- "id": "string",
- "userId": "string",
- "userType": [
- "client"
], - "token": [
- "client"
], - "validBefore": "string",
- "refreshKey": "string"
}