[
{
"path": "string",
"x": 0,
"y": 0
}
]
curl --location --request POST '/api/public/qrcode/mergeList' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"path": "string",
"x": 0,
"y": 0
}
]'
{
"code": 0,
"data": {
"property1": "string",
"property2": "string"
},
"message": "string"
}