not a valid key=value pair (missing equal-sign) in Authorization header
问题 While hitting an API from Postman I am getting this error. API details: URL: https://account-perf.myglobal.com/v1/users/00uk0khprrME7gZOU0h7/credentials/change_password Header: Content-Type:application/json Authorization:Bearer n7mbkw74jsubd7rauhptdnre Type: POST Body: {"password":"Baddy125@","token":"eyJhbGci...."} Edit 1: Web-service call to generate token- URL- https://api-perf.myglobal.com/rest/oauth2/v1/token Type- POST Body- client_id:abcd client_secret:xyz grant_type:client_credentials