POST
https://login.storyous.com/api/auth/authorizeContent-Type: application/x-www-form-urlencoded
client_id=YOUR_CLIENT_ID&client_secret=YOU_CLIENT_SECRET&grant_type=client_credentials
{
"token_type": "Bearer",
"expires_at": "2019-07-16T11:20:26.221Z",
"access_token": "abcdeabcde.abcdeabcde.abcdeabcdeabcde"
}