curl --location 'https://decibel.foo/api/auth/refreshtoken' \ --header 'Content-Type: application/json' \ --data '{ "refreshToken": "string" }'
{ "accessToken": "string", "expiresIn": 0 }