A backend service that I am working on needs to be able to perform action A vs action B.
Is it possible to use amplitude flags to fetch the variant and based on the variant that I get back (A or B) I will perform action A vs action B.
From the developer document, I see that I have to pass in a user object to the `experiment.fetch()` method.
My actions are not tied to any user. I just want to use Amplitude to be able to control the variations. Is that possible ?