{
"id": "<string>",
"type": "broadcast-audiences",
"attributes": {
"name": "<string>",
"is_template": true,
"audience_type": "<string>",
"filters": {},
"size": 123
},
"links": {
"self": "<string>"
},
"relationships": {
"community": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"members": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
}
}