# Create a Person

**POST** `/persons/`

Create a Person

## Request

### Request Body

- `application/json` — Person (object)

### Responses

- `201`: The created Person
  - Content types: `application/json`
- `400`: Bad Request
  - Content types: `application/json`
