curl --location --request POST '/api/v1/mcp' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "string",
"params": {
"property1": null,
"property2": null
}
}'
{
"error": "string",
"result": null
}