# API Documentation for Quote Validation

## Base URL

`https://api-gb.app.laka.co/v2/quotes/validate/{dataRequirementId}`

## Request Example

### CURL Command

```bash
curl --request POST \
     --url https://api-gb.app.laka.co/v2/quotes/validate/dataRequirementId \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

## Response Codes

- **200**: OK response.
- **400**: `invalidArgument`: Bad Request response.
- **401**: `unauthorized`: Unauthorized response.
- **500**: `internalServerError`: Internal Server Error response.
