This lab implements access controls based partly on the HTTP method of requests. You can familiarize yourself with the admin panel by logging in using the credentials administrator:admin.
To solve the lab, log in using the credentials wiener:peter and exploit the flawed access controls to promote yourself to become an administrator.
First From the description of the lab i noticed that we need to login as administrator cred first
i will login as administrator and show the requests
carlos to see the function upgrade
i noticed from history if i upgraded any user it will send request with POST request Method
and followed GET Request Method to done upgraded
like this

so know i just change request method to GET and send the request

Click on follow redirection