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