```json
{
  "claimId": "string",
  "attachmentId": "string",
  "fileName": "string",
  "mimeType": "string",
  "url": "string",
  "x-api-region": "string",
  "x-api-language": "string"
}
```  
### Base URL

`https://api.uat.laka.co/v3/claims/{claimId}/attachments/{attachmentId}`

### Example Request

```bash
curl --request POST \
     --url https://api.uat.laka.co/v3/claims/claimId/attachments/attachmentId \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Response Code

`201`

### Updated

About 1 month ago

---

### Did this page help you?

Yes    
No  
```
