I want to create the toggle headings 1-3 via the Notion API. However, I cannot find the distinction between normal headers and toggle headers in the API.
https://developers.notion.com/reference/block#heading-one-blocks — this doc only lists "type": "heading_1"
without any additional properties to distinguish the toggle header from the normal (non-toggle) header.
When I get the toggle header block via API, I also cannot see any properties that indicate that the header is a toggle heading:
Is it overall possible to create the toggle headings via the API? If yes then how?