curl --location 'http://localhost:8085/api/moments' \
--header 'Content-Type: application/json' \
--data '{
"blacklist": [
"string"
],
"content": "今天天气不错",
"with_users": [
"string"
]
}'{
"code": 0,
"data": null,
"message": "string"
}