curl -X PUT -d ‘{“password”:”noonewillguessthis”}’...
# general
j
curl -X PUT -d ‘{“password”:”noonewillguessthis”}’ -H ‘Content-Type: application/json’ -H “authorization: Bearer YOUR_SECRET_KEY” localhost:8081/api/users/{username}