curl --request POST \
--url https://qr.spoo.me/api/v1/batch \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"content": "<string>",
"color": "black",
"background": "white",
"size": 123,
"style": "rounded",
"output": "png",
"filename": "<string>"
}
]
}
'