post:
  summary: Request bulk quotes for the provided financial transactions
  description: >
    The HTTP request `POST /bulkQuotes` is used to request a bulk quote to
    fascilitate funds transfer from payer DFSP to payees' DFSP.
  tags:
    - BulkQuotes
  requestBody:
    description: Bulk quote request body
    content:
      application/json:
        schema:
          $ref: ../../components/schemas/bulkQuoteRequest.yaml
    required: true
  responses:
    '200':
      $ref: ../../components/responses/bulkQuoteSuccess.yaml
    '400':
      $ref: ../../components/responses/bulkQuoteBadRequest.yaml
    '500':
      $ref: ../../components/responses/bulkQuoteServerError.yaml
    '504':
      $ref: ../../components/responses/bulkQuoteTimeout.yaml
