The first step to authenticate with us is to request a pair of credentials.
The /auth/signin and /auth/refresh-token endpoints return a pair of tokens (accessToken, refreshToken). The accessToken has an expiry of 1 hour and refreshToken has an expiry of 7 days.
The correct flow to use this is to use the accessToken until it expires and then refresh them using /auth/refresh-token endpoint. In the case of refresh token is expired you must sign in again with /auth/signin