I am attempting to use the Send an HTTP Request to Sharepoint action to create a new list on a Sharepoint site. Action below:

It is giving me the following error:
{
"status": 400,
"message": "Invalid JSON. A token was not recognized in the JSON content.\r\nclientRequestId: 4c6da6e2-efaf-4d99-b409-a50257308f2f\r\nserviceRequestId: 8ce0939f-0047-b000-aa93-aaab61487ba1",
"source": "https://<<my site url>>",
"errors": [
"-1",
"Microsoft.SharePoint.Client.InvalidClientQueryException"
]
}
I am new to REST interaction and json, completely. Anyone