cURL
curl --request POST \ --url https://api.mkinf.io/v0.1/auth/change-password \ --header 'Content-Type: application/json' \ --data '{ "current_password": "pass1234", "new_password": "pass4567" }'
{ "message": "Password updated" }
Update your password
The response is of type object.
object