post https://seats.aero/oauth2/token
Obtain access and refresh tokens once a user completes the consent flow.
After the user completes the consent flow, use this endpoint with the authorization_code
grant to obtain an access and refresh token. As they continue to use your application, use the refresh token to renew the access token with the refresh_token
grant type.