cURL
curl --request POST \ --url 'http://{{base_url}}/api/v1/venom/create-channel' \ --header 'Content-Type: application/json' \ --data ' { "name": "as-5.0", "description": "as-5.0", "image": "base-64 image" } '
{}
Api to create new channels.
The body is of type object.
object
OK
The response is of type object.