/api/create:
post:
summary: ---
description: ----
parameters:
- in: formData
name: products
description: 'Array of key value pairs'
required: true
type: array
items:
type: object
properties:
id:
type: string
My goal is to accept input as an array of object.Something like [{id:"sdsd"},{id:"dd"}]