You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you'll call something like sp.get('/logs', data) this will not contruct url parameters as API expects, but instead will send them as request body. Request body in GET request is nonsense.