Hello,
I am using hybris 6.7 and installed locally with OCC. I am trying to access the cart data for specific user using OCC url which requires the token.
For token I used the below url to generate but getting some error (see the screen shot for error).
https://localhost:9002/rest/v2/oauth/token?grant_type=password&username=abcd&password=1234512345
Any help would be appreciated on how to generate the token that can be used to access the cart data for the user.
Here is the cart data url and this url require the access token
https://localhost:9002/rest/v2/electronics/users/abcd/carts
![alt text][1]