{ "content": "string" }
curl --location --request PUT '/mta/' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "string" }'
{ "code": 200, "message": "success", "data": null }