When I am trying to create Document library using below endpoint its creating folder inside existing document library.
POST /drives/{drive-id}/root/children
I need to create Document Library at site level. e.g. at https://domain.sharepoint.com/sites/<site_name>
through graph APIs
Any Inputs?