X-Step-Up-Token from step-up flow (password:change). Body: current_password, new_password (min 8 chars, complexity rules). New password must differ from current. Returns 204.Authorization: ********************curl --location '/v1/users/me/password' \
--header 'X-Step-Up-Token;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"code": "string"
}