curl -X PATCH https://betaapi.audiohook.com/v2/companies/:companyUUID/audiences/test-audience-uuid/ \
-H "Authorization: Bearer ${API_TOKEN}" \
-H "Content-Type: application/json" \
-d '{
"request_headers": [
{ "name": "X-Request-Header", "value": "Header value" }
],
"body": {
"advertiser_id": "1234-abcd-qwer-xcvb",
"name": "Test audience new name",
"topics": ["topic 3", "topic 4"],
"type": 3
}
}'