cURL
curl --request POST \ --url 'http://{{base_url}}/api/v1/venom/create-community' \ --header 'Content-Type: application/json' \ --data ' { "description": "<Give a Nice Description>", "community_name": "<Community Name>" } '
{ "error": false, "status": "success", "code": 200, "data": { "group_name": "tufd - 89.x@", "group_metadata_id": 9126 } }
This api can be used to create community for the authenticated user.
The body is of type object.
object
OK
The response is of type object.