Hi @Anonymous,
The properties like info Title, Description, SiteScriptIds also need to be between quotes to turn it into valid json.
Try something like this in the body field:
{
"info": {
"Title": "Demo Site",
"Description": "Creates customer list and applies standard theme",
"SiteScriptIds": ["Id"],
"WebTemplate": "64",
"PreviewImageUrl": "",
"PreviewImageAltText": "Customer tracking site design theme"
}
}