{
"platformCode": "string",
"contentId": 0,
"cid": 0,
"sourceId": 0,
"tagNameList": [
"string"
],
"pageable": true,
"pageIndex": 0,
"pageSize": 0,
"total": 0,
"filterContentIds": [
0
]
}
curl --location --request POST 'https://testgateway.dangbei.net/similarApi/content' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "string",
"contentId": 0,
"cid": 0,
"sourceId": 0,
"tagNameList": [
"string"
],
"pageable": true,
"pageIndex": 0,
"pageSize": 0,
"total": 0,
"filterContentIds": [
0
]
}'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": {
"contentIds": [
0
],
"pageable": true,
"pageIndex": 0,
"pageSize": 0,
"total": 0
}
}