Yes I already found it, thanks anyway.
Setting the redirect uri as header param seemed to be the trick, so I’m now able to receive the 200 code from the token request. Now I don’t understand what am I supposed to do after obtaining my
token.
EDIT: from what I read, I need to send a new request with the “client_secret” code, sent me from the server.