Authorization: Bearer ********************{
"login": "yystopf",
"new_password_repeat": "12345678",
"old_password": "12345678",
"password": "12345678"
}curl --location 'https://testforgeplus.trustie.net/api/accounts/change_password.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"login": "yystopf",
"new_password_repeat": "12345678",
"old_password": "12345678",
"password": "12345678"
}'{
"status": 0,
"message": "success"
}