{
"title": "string",
"description": "string",
"content": "string",
"threshold": 0
}curl --location --request POST '/mt' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"content": "string",
"threshold": 0
}'{
"code": 200,
"message": "success",
"data": null
}