curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"materialId": "null",
"materialName": "测试图片"
}'
{
"materialId": "null",
"name": "测试图片",
"type": "VIDEO",
"url": "null",
"width": 100,
"height": 100,
"duration": 60,
"status": 1,
"createTime": 1639707435512,
"updateTime": 1639707435512
}