curl --request POST \
--url http://localhost:8000/api/citations/campaigns \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"brandId": "<string>",
"type": "REVIEW_GENERATION",
"name": "<string>",
"targetCount": 123
}
'