{
"body": {
"type": "string",
"text": "string",
"content": [
{}
],
"marks": [
{}
],
"attrs": {
"property1": "string",
"property2": "string"
}
},
"settings": {
"autoPublish": true,
"tags": [
"string"
]
}
}curl --location --request POST '/api/open/api/v1/note/create' \
--header 'Authorization: Bearer {{API-KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"type": "string",
"text": "string",
"content": [
{}
],
"marks": [
{}
],
"attrs": {
"property1": "string",
"property2": "string"
}
},
"settings": {
"autoPublish": true,
"tags": [
"string"
]
}
}'{
"noteId": "string"
}