curl -X POST -vu clientapp:123456 http://localhost:8080/oauth/token -H "Accept: application/json" -d "password=spring&username=roy&grant_type=password&scope=read%20write&client_secret=123456&client_id=clientapp"
we wanted to execute the above cURL command in PostMan. But we don't where to put the clientapp:123456.
Thanks in advance
