Creating Channel Points Redemptions Not Working

You were right about the misformat on the Axios library. But it brings a new issue.

data: {
error: ‘Unauthorized’,
status: 401,
message: ‘incorrect user authorization’
}

On every request for an access and refresh token, it always says that manage channel redemptions is within my scope. So unsure why it is saying incorrect user authorization.

Ex:
{
access_token: ‘#######################’,
expires_in: 15294,
refresh_token: ‘######################’,
scope: [ ‘channel:manage:redemptions’ ],
token_type: ‘bearer’
}