Change password
curl -L \ --request PUT \ --url 'http://api.client.nbcgate.tech//api/personal/psw' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "otp": "text", "psw": "text" }'
No body