Unfornately the REST API that I call includes a parameter called “user-token”, however fuse does not allow me to assign e.g.
token.value = responseObject.user-token; console.log(token.value);
And there will no errors or log of token.value
Is there any workaround that I can still use the user-token value inside responseObject to assign on something else?