Password recovery
curl -L \ --request PUT \ --url 'http://api.client.nbcgate.tech//auth/recovery/psw' \ --header 'Content-Type: application/json' \ --data '{ "email": "text", "otp": "text", "psw": "text" }'
No body