return {
get: (variable) =>
this.get({
endpoint: `/?pref=${variable}`,
endpoint: "/?pref=" + variable,
}),
update: (variable, value) =>
this.post({
-