curl --location '/v1/centrifugo/rpc' \
--header 'X-Bifrost-Proxy-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"client": "string",
"data": {
"property1": "string",
"property2": "string"
},
"encoding": "string",
"method": "string",
"protocol": "string",
"transport": "string",
"user": "string"
}'{
"error": {
"code": 0,
"message": "string"
},
"result": {
"data": "string"
}
}