{
"accountId": 2048,
"type": "image",
"name": "wechat.mp",
"title": "视频素材的标题",
"introduction": "视频素材的描述",
"introductionValid": true,
"titleValid": true
}curl --location --request POST '/admin-api/mp/material/upload-permanent' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": 2048,
"type": "image",
"name": "wechat.mp",
"title": "视频素材的标题",
"introduction": "视频素材的描述",
"introductionValid": true,
"titleValid": true
}'{
"code": 0,
"data": {
"mediaId": "123",
"url": "https://www.iocoder.cn/1.png"
},
"msg": "string"
}