{
"material_id": "string",
"cursor": "string",
"start": 0
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/material/detail?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"material_id": "string",
"cursor": "string",
"start": 0
}'
{
"code": "string",
"msg": "string",
"data": {
"data_list": {
"id": "string",
"user_info": {
"id": "string",
"type": 0
},
"pId": "string",
"root_id": "string",
"last_share_type": "string",
"share_user_info": {
" id": "string",
" type": 0
},
"create_time": "string",
" duration": 0
},
"cursor": "string"
}
}