Authenticate credentials and get a new JWT token
| grant_type required | stringclient_credentials The authorization grant type |
| scope required | stringinnreach_tp Access token scope |
| authorization | string Authorization in form |
| x-okapi-tenant required | string |
| x-okapi-token required | string |
{- "access_token": "string",
- "token_type": "string",
- "expires_in": 0
}