{
"content": "1320098173412546 U2",
"notifyHook": "string",
"state": "string"
}
curl --location -g --request POST '{{BASE_URL}}/mj/submit/simple-change' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "1320098173412546 U2",
"notifyHook": "string",
"state": "string"
}'
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}