{ "new_password": "string", "password": "string" }
curl --location --request PUT 'https://dev.coinfer.ai/base/user' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "new_password": "string", "password": "string" }'
{ "status": "ok", "data": { "id": 0, "username": "string", "super": true, "roles": [ "string" ] } }