The default value for the menu parameter for the CreateSitePage method should be an integer in services\sites.json#L174
"menu": {
"default": "1",
"description": "Controls the menu visibility for the cloned page when publishing a site",
"enum": [
"0",
"1"
],
"location": "json",
"required": false,
"type": "integer"
},