I'm making an application using steam's API with python and i need the RPC locatization data, after about an hour of searching i found the `getAppRichPresenceLocalization` function within the libraries' "friends" component.
My actual question is what endpoint is actually queried by the function? I tried reading the code pretty far above my head, i would guess it'd be " https://api.steampowered.com/ICommunityService/GetAppRichPresenceLocalization/v1/ " but it seems to be of no avail no matter what i do.