I have users who use spotify auth.
I currently have a manual button each user can click when logged in to do an api call now that works, but I’d like to setup a daily api call for each user.
How do I schedule a run per user to the spotify endpoint that uses /me instead of /userid so I have to do it ‘per user’.
TY in advance