Why can you not edit this Features on the setting og profile on Garmin Connect, after you have created the account ?
Why can you not edit this Features on the setting og profile on Garmin Connect, after you have created the account ?
I don't know, didn't see this menu yet.
It looks like service for setting roles. In one post I suggested to try editing roles in a local script if someone wanted to remove Golf or Quickdraw. But if there is service for that, then it's better. Code for that service is something like that, someone with those roles could play with it more or check if can open that menu you posted.
fetch("https://connect.garmin.com/modern/proxy/dashboard-service/userExperience", { 'headers': { 'Content-Type':'application/json', 'NK':'NT' }, 'body': '["ROLE_FITNESS_USER","ROLE_WELLNESS_USER","ROLE_OUTDOOR_USER","ROLE_DIVE_USER","ROLE_MARINE_USER"]', 'method': 'POST' });