post https://api.flumewater.com/oauth/token
Returns the access and refresh tokens for a user of the API. If user didn't finish signing up, it will return a 403 error. To retrieve the user_id
, the JWT token needs to be decoded. The "Content-Type" header must be set to "application/json". See the Authentication page for more info.