curl --location -g --request GET 'https://api.lootlocker.com/client/v3/oauth/authorize?redirect_uri={{client_oauth_redirect_uri}}&response_type=code&state=state&client_id={{game_api_key}}'
{
"error": "invalid_request",
"error_description": "The redirect_uri url parameter needs to match http://local.auth.game:5003"
}