{
"content": "string",
"createTime": "2019-08-24T14:15:22Z",
"exception": "string",
"id": "string",
"isSuccess": 0,
"msgVo": "string",
"pkVal": "string",
"receivers": "string",
"retryCount": 0,
"senderId": "string",
"senderName": "string",
"subject": "string",
"type": "string"
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-portal/portal/messageLog/v2/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"createTime": "2019-08-24T14:15:22Z",
"exception": "string",
"id": "string",
"isSuccess": 0,
"msgVo": "string",
"pkVal": "string",
"receivers": "string",
"retryCount": 0,
"senderId": "string",
"senderName": "string",
"subject": "string",
"type": "string"
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": "string"
}