Was this helpful?
Get a new access token using a refresh token
POST /auth/refresh HTTP/1.1 Host: api.laminar.run Content-Type: application/json Accept: */* Content-Length: 6 "text"
Successfully refreshed token
{ "token": "text", "token_type": "text", "expires_in": 1, "refresh_token": "text" }