Bettermile - Platform Team
Authentication API - Managed by Platform Team
https://auth.bettermile.com/
https://auth.bettermile.com/api/v1/machines/token
curl -i -X POST \
-u <username>:<password> \
https://auth.bettermile.com/api/v1/machines/token \
-H 'Content-Type: application/x-www-form-urlencoded'
{ "access_token": "eyJhbGciOiJIUz...", "expires_in": 3600, "token_type": "Bearer" }