curl --location --globoff 'http://localhost:5678/api/open/message/v1/create' \
--header 'api-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"content": "string",
"type": "info"
}'{
"id": 0,
"category": "string",
"type": "info",
"title": "string",
"content": "string",
"status": 0,
"create_time": "string"
}