curl --location '/api/v2/channels/platforms//publish-options'{
"data": [
{
"field": "string",
"label": "string",
"description": "string",
"valueType": "list",
"requiresAccount": true,
"filterSchema": {
"property1": "string",
"property2": "string"
},
"createSchema": {
"property1": "string",
"property2": "string"
}
}
],
"code": 0,
"message": "string",
"requestId": "string"
}