{
"pageNum": 0,
"pageSize": 0,
"authorId": 0,
"title": "string",
"contentType": 0,
"visibility": 0,
"choice": 0,
"baseLike": 0,
"baseViewCount": 0,
"publishTime": "string",
"tagId": 0,
"tagType": 0
}
curl --location --request POST 'https://test.myusmile.online/health/post/pageWithTags' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"authorId": 0,
"title": "string",
"contentType": 0,
"visibility": 0,
"choice": 0,
"baseLike": 0,
"baseViewCount": 0,
"publishTime": "string",
"tagId": 0,
"tagType": 0
}'
{}