X-API-KEY: ********************curl --location 'https://api.falken.ltd/api/user/password/change' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"currentPassword": "string",
"newPassword": "string"
}'