POST /changePassword
Change user password
Request Traces
Request Headers
POST https://api.railway-stations.org/changePassword
Request Content
{
"newPassword": "string",
}
HTTP Response
HTTP 200
password changed
HTTP 400
Bad Request
HTTP 404
User not found
HTTP default
Unexpected error
