token: ********************curl --location '/account/changepassword' \
--header 'Accept: application/json' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "@$tr0ngP@$$",
"newPassword": "aV3ry$tr0ngp@$$"
}'{
"valid": true
}