In this tutorial, I have talked all about how to leave a studio without finding yourself. Normally we uncurate a studio by going to curators tab and clicking on the 'x' button on our user. But sometimes there is a bug in some studios which have many curators that you cannot find yourself. Because of that you cannot uncurate. That is why I created this tutorial.
Code to copy ⬇️ $.ajax({url:`/site-api/users/curators-in/${Scratch.INIT_DATA.GALLERY.model.id}/remove/?usernames=${Scratch.INIT_DATA.LOGGED_IN_USER.model.username}`,type:'PUT'}).done(()=>location.reload())