{
"search_keywords": "string",
"status": 1
}
curl --location --request POST '/mns/sc/topic/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"search_keywords": "string",
"status": 1
}'
{
"total": 0,
"list": [
{
"topic_key": "string",
"topic_description": "string",
"status": 1,
"create_time": "string",
"update_time": "string"
}
]
}