Authorization: Bearer ********************
curl --location --request POST 'https://dev-alexa.sifely.com/system/smart/oauthToken?client_id&grant_type'
{ "access_token": "string", "expires_in": 7200, "refresh_token": "string", "token_type": "bearer" }