We are currently transitioning our API documentation to Apidog and making changes to improve standardization, and as such, methods are subject to change.
curl --location --request PUT '/user/password' \ --data-urlencode 'old_password=' \ --data-urlencode 'new_password_1=' \ --data-urlencode 'new_password_2='
{ "status": { "created_timestamp": 1657644228, "created_string": "Tue 12 Jul 2022 @ 16:43 (UTC)", "duration": 0.239, "language": "en-gb", "timezone": { "timezone_type": 3, "timezone": "UTC" }, "code": 200, "oldest_cached_component_age": 3576, "session_id": "1dedbf232bc104b6087327016c50ba45", "org_onboarding_status_id": 300, "api_host": "api-stage.anomify.ai", "user_onboarding_flags": { "main_intro": true, "alerts_intro": false, "alerts_from_search": false, "training_intro": false, "alert_created": true, "test_alert_sent": true, "two_alerts_sent": true, "pattern_trained": true } }, "data": { "message": "OK" } }