## multiPartUploadId

string

## key

string

## parts

array of objects

### parts

```json
{
  "status": "200",
  "message": "Default"
}
```

#### ADD object

```bash
curl --request POST \
     --url https://api.air.inc/v1/completeMultipart \
     --header 'content-type: application/json'
```

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