Gas Station Doesn't Work

Workspace: Everyrealm.
Env - Sandbox.

We enabled gas station on our env. See the below screenshots:

So this has enough ETH. We tried to do a TRANSFER

{
  "operation": "TRANSFER",
  "source": {
    "type": "VAULT_ACCOUNT",
    "id": "42"
  },
  "destination": {
    "type": "ONE_TIME_ADDRESS",
    "oneTimeAddress": {
        "address": "0xA8b0a42941a97F350D5579E79485C845510A8D10"
    }
  },
  "amount" : "5",
  "assetId": "EVERY_B75VRLGX_3BKU"
}

However this fails, with insufficient fee. Here is the fail transaction id cb893fbc-9dda-411b-af02-24b9f3b67d86. Whats going wrong here?

Hey @rayenevery,
I can see that vault account with an id=42 does not have the autoFuel flag enabled.
Please run the following API to enable autoFuel so the gasStation will trigger the top up transaction: