# Quote API

## Overview
This API endpoint allows you to handle quotes.

## Base URL
`https://api-gb.app.laka.co/v2/quotes/quote/{id}/handoff`

## HTTP Request
```shell
curl --request POST \
     --url https://api-gb.app.laka.co/v2/quotes/quote/id/handoff \
     --header 'accept: application/json'
```

## Responses
- **200**  : OK response.
- **400**  : invalidArgument: Bad Request response.
- **401**  : unauthorized: Unauthorized response.
- **404**  : notFound: Not found.
- **409**  : alreadyHydrated: Conflict response.
- **500**  : internalServerError: Internal Server Error response.
