I am unable to create a page under a particular section, i have an ID of a section which you can see below, but i am seeing a multi part error, please let me know what is the mistake i am doing here, i am doing this using custom connector

I am unable to create a page under a particular section, i have an ID of a section which you can see below, but i am seeing a multi part error, please let me know what is the mistake i am doing here, i am doing this using custom connector
Hi @sannadisarath ,
Were you using the OneNote(Business) connector described here?
https://docs.microsoft.com/en-us/connectors/onenote/
According to the documentation, the connector currently does not support an explicit input parameter Page Title for the Create Page actions. This is a limitation arising from the OneNote API implementation. However, the title can be specified as a part of the Page Content in HTML by using the tags.
Notebook section. If you want to provide a custom value for the Notebook Section parameter, please specify it in the API URL format. The api url pattern:https://www.onenote.com/api/v1.0/myOrganization/siteCollections/{siteCollectionsId}/sites/{SiteId}/notes/sections/{SectionId}/pages For more information, you can take a look at OneNote API documentation.
Note:
The following characters are not allowed in the notebook name: *":<>?/|%
Regards,
Mona