{
"topic_key": "string",
"topic_description": "string",
"status": 1
}
curl --location --request POST '/mns/sc/topic/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic_key": "string",
"topic_description": "string",
"status": 1
}'
{}