I authenticated with postman with the following : https://xx/services/oauth2/token endpoint, and in body I have grant_type : password and some others, how can I call this in PHP and receive the same output( in postman i receive an access token and some others).