Was this helpful?
Get a new access token using a refresh token
/auth/refresh
curl -L \ --request POST \ --url 'https://api.laminar.run/auth/refresh' \ --header 'Content-Type: application/json' \ --data '"text"'
{ "token": "text", "token_type": "text", "expires_in": 1, "refresh_token": "text" }