{
"kind": "merchant",
"suffix": "jpeg",
"isSecret": true,
"total": 1
}
curl --location --request POST '/feature/v1/oss/createPreassignUrl' \
--header 'X-Agency-ID: 91dfdbe8-995b-4402-8fc8-7e4f57de9d99' \
--header 'Content-Type: application/json' \
--data-raw '{
"kind": "merchant",
"suffix": "jpeg",
"isSecret": true,
"total": 1
}'
{
"code": "string",
"data": {
"list": [
{
"id": "string",
"url": "string",
"address": "string",
"previewUrl": "string"
}
]
},
"err": null,
"toast": null
}