{
"id": 1,
"jsonrpc": "2.0",
"method": "queryProfile",
"params": {
"cortexToken": "xxx"
}
}{
"id": 1,
"jsonrpc": "2.0",
"result": [
{
"uuid":"xxx"
"name":"Profile A",
"readOnly":false,
"eegChannels":["AF3","T7","Pz","T8"
},
{
"uuid":"yyy"
"name":"Profile B",
"readOnly":true,
"eegChannels":["AF3","F7","F3","FC5"
}
]
}