post https://api.themoviedb.org/4/auth/access_token
This is step #3 from the user authentication page.
This method will finish the user authentication flow and issue an official user access token. The request token in this request is sent along as part of the POST
body. You should still use your standard API read access token for authenticating this request.