cURL
curl --request POST \ --url http://api.polymarketexchange.com/auth/v1beta1/change_password \ --header 'Content-Type: application/json' \ --data ' { "newPassword": "<string>", "oldPassword": "<string>", "username": "<string>" } '
{}
A successful response.
The response is of type object.
object