letbody=["subscriber":["email":"...","first_name":"...","last_name":"...","country_of_residence":"GB"],"device":["operating_system":"ios"],"tenant":"...","externalID":"...","activation_token":"..."]letresult:BRInstallEsimResult=tryawait manager.generateESimAndDownload(body: body)/** Result status can be 4 different values - .unknwon -> user probably cancelled or something went wrong - .fail -> installation failed - .success -> installation succeeded (you should check result.iccid) - .cancel -> user cancelled the installation (ios 17 or more)*/