This unauthenticated endpoint is used to get the JWT (valid for one day) that must be used in the header of every other request.
The JWT and the expiration date and time.
{- "refreshToken": "string"
}{- "idToken": "string",
- "validUntilDate": "2019-08-24T14:15:22Z"
}