`const options = { forcePrompt: true, vehicleInfo: { make: "MERCEDES_BENZ", }, flags: ["country:US"] }; smartCarAuth.openDialog(options);` I am trying this code but it don't works. It still show branch select screen. Can you help me? Thanks