> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lolboost.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing

> How to test the API in Mintlify.

# Testing the API

1. Open any endpoint in the API Reference.
2. Click `Authorize`.
3. Enter your API key.
4. Click `Try it`.
5. Execute the request.

For a first test, create an account offer with this body.

```json theme={null}
{
  "external_id": "mintlify-test-001",
  "title": "Mintlify Test Account",
  "game": "lol",
  "server": "EUW",
  "price": 999,
  "status": "listed"
}
```
