Oauth2.0 Scopes not being included in

Trying to set up Oauth2.0. To receive the token, the documentation says I need to include the scope in the body of the token request. This is backed up by the console response from the server of:

So I put the scope into the correct field:
image

And yet I get the same error and the request body doesnt have the scope in it:
image

How can I have the token request include the scope?

Hi @jack-whatever

Assuming that the second screenshot is from the authentication tab… I would guess this is being passed in the headers, not the body.

Which documentation are you referring to? got a link?