{
"userIdList": [
"string"
],
"title": "string",
"itemContent": "string",
"needApprove": 0,
"type": 0,
"callBackUrl": "string"
}
curl --location --request POST 'https://www.nmgjgsw.cn//user/to/user' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIdList": [
"string"
],
"title": "string",
"itemContent": "string",
"needApprove": 0,
"type": 0,
"callBackUrl": "string"
}'
{
"success": false,
"data": {},
"message": "",
"code": 0
}