cURL
curl --request POST \ --url http://localhost:2222/v1/audience/groups \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "success": true, "message": "<string>", "data": {} }
Creates a new audience group to categorize contacts.
2 - 150
500
OK