#### URL Expired

The URL for this request expired after 30 days.

---

| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### Confirmer

- **Name**: string (required)  
- **Role**: string (enum) (required)  
  - Allowed: `Admin`, `MarketOps`, `Viewer`

# Response Codes  
- `200      OK`  
- `400      Bad Request`  
- `401      Unauthorized`  
- `403      Forbidden`  
- `500      Internal Error`  
- `502      Bad Gateway`  
- `504      Gateway Timeout`  
- `default      Error`

---

### Example Request

Base URL  
`https://api.your-wallet.blockdaemon-wallet.com/api/systems/create`

```bash
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/systems/create \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{"Role":"Admin"}'
```

Click `Try It!` to start a request and see the response here!
