I'm getting tired of changing some of my watch settings (sleep time etc.) during vacations, weekends etc. and it got me thinking I could make a small script for myself to switch settings like that automatically or make settings profiles.
Is there a way to access the API to remotely change the watch settings?
I know the API exists, because connect.garmin.com uses it, it's clearly visible in Chrome DevTools. E.g. it sends JSON {"userSleep": {"sleepTime": time}}
to /userprofile-service/userprofile/user-settings/
to change the sleep time.
But is there a way to get a key for such API?