curl --location -g --request POST 'https://localhost:8092/json-rpc/schemas' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "config",
"subcommand": "getschema",
"tan": 4711
}'
{
"command": "string",
"subcommand": "string",
"success": true,
"info": {},
"error": "string",
"errorData": [
{
"description": "string"
}
],
"tan": 0
}