Hi,
I am struggling solving this problem.
I need to copy a SharePoint List from one SharePoint site to another SharePoint site. List settings as "no attachments" should be applied to the new list as well as all columns and formatting. There are no items in source list.
On my way to solve this I learned to get a Graph API access token and how to successfully create a list with Graph API.

But I cannot find a way to get information about the source list by Graph API so I could use my knowledge about POST /lists to create it this way.
Maybe there is a different approach to copy a list in Power Automate.
Would be great to hear your ideas.