session: ********************New-Api-User: ********************Authorization: ********************New-Api-User: ********************{
"mode": "single",
"channel": {
"id": 0,
"name": "string",
"type": 0,
"status": 0,
"models": "string",
"groups": "string",
"priority": 0,
"weight": 0,
"base_url": "string",
"tag": "string"
}
}curl --location --request POST '/api/channel/' \
--header 'New-Api-User: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "single",
"channel": {
"id": 0,
"name": "string",
"type": 0,
"status": 0,
"models": "string",
"groups": "string",
"priority": 0,
"weight": 0,
"base_url": "string",
"tag": "string"
}
}'