Delete https://imperialb.in account
0
delete-imperialbin.sh
7 lines 265 B view raw
1# grab your auth token from devtools (network or storage tab) 2# and your password from wherever you keep it 3curl \ 4 -X POST \ 5 --json '{"password":"YOUR_PASSWORD"}' \ 6 --header 'Cookie: imperial-auth=YOUR_AUTH_TOKEN' \ 7 https://api.imperialb.in/v1/users/@me/delete