Was this helpful?
Get a token from Laminar Auth
curl -L \ --request POST \ --url 'https://api.laminar.run/auth/signin' \ --header 'Content-Type: application/json' \ --data '{ "username": "text", "password": "text" }'
{ "token": "text", "token_type": "text", "expires_in": 1, "refresh_token": "text" }