{
"title": "标题",
"noticeType": 1,
"html": "新增通知内容",
"all": false,
"userIds": [
"95"
]
}
curl --location --request POST 'http://k28hrq.natappfree.cc/arbitrage/notice' \
--header 'Authorization: Bearer {{pc_token}}' \
--header 'Authorization;' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "标题",
"noticeType": 1,
"html": "新增通知内容",
"all": false,
"userIds": [
"95"
]
}'
{
"data": null,
"error": null
}