x-api-key: ********************
curl --location --request PUT '/users/me/change-password' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "currentPassword": "string", "newPassword": "stringst" }'