# How to buy a ticket for a special event in the museum?

## Step 1: Find list of all special events in the museum

Open **Query** tab and set date appropriate date range using **startDate** and **endDate**.

Click **Send** to get a list of all special events in the museum. Under Response body
you will see a list of all special events. Pick one you would like to attend.

## Step 2: Buy a ticket for a special event

1. Open **Body** tab
2. Set **eventId** from the list of special events.
3. Set **ticketDate** from the list of special events. We are going to remove this field in the future. Each event should't have a list of dates.
4. Set your **email**.


Finaly click **Send** to buy a ticket for a special event.

## Step 3: Get a QR code for the ticket

1. Hover on **ticketId** and paste a value form previous response.
2. Click **Send** to get a QR code for the ticket.