I have a request with body like this:
{
"parent": {
"database_id": "<id>"
},
"properties": {
"Name": {
"title": [
{
"text": {
"content": "New note"
}
}
]
},
"Param 1": {
"rich_text": [
{
"text": {
"content": "A dark green leafy vegetable"
}
}
]
},
"Param 2": {
"rich_text": [
{
"text": {
"content": "A dark green leafy vegetable"
}
}
]
},
"Param 3": {
"rich_text": [
{
"text": {
"content": "A dark green leafy vegetable"
}
}
]
}
}
}
How to add content of the page in this body? enter image description here
Tried to add block "description" into body, but got responce with errors Didnt find the information in api description