{
"name": "string",
"intro": "string",
"reprintType": 0,
"labels": [
"string"
],
"openComment": true,
"isAIGenerated": true,
"imgList": [
"string"
],
"illustratorInfo": {
"name": "string",
"homeUrl": "string"
},
"workUrl": "string"
}
curl --location --request POST 'http://localhost:0721/api/illustration/upload' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"intro": "string",
"reprintType": 0,
"labels": [
"string"
],
"openComment": true,
"isAIGenerated": true,
"imgList": [
"string"
],
"illustratorInfo": {
"name": "string",
"homeUrl": "string"
},
"workUrl": "string"
}'
{
"code": 200,
"message": "sed",
"data": "fugiat dolor"
}