{
"param": {
"createDate": "2023"
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/get-social-media-content-stats' \
--header 'Token-type: Bearer' \
--header 'Access-token: 3c0d5456-f7dc-41db-a1d1-8804e382e6f7' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"createDate": "2023"
}
}'
{
"code": "string",
"message": "string",
"result": {
"createDate": "string",
"data": [
{
"mediaType": "string",
"size": 0,
"contentList": [
{
"title": "string",
"readNum": 0,
"createDate": "string",
"statDate": "string"
}
]
}
]
}
}