POST
/api/users/change_password
curl \
--request POST 'http://localhost:4000/api/users/change_password' \
--header "Authorization: $API_KEY"
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}