curl --request POST \
--url 'https://api.adside.ai/linkedin/mcp#create_linkedin_campaign' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"campaign_group_id": "<string>",
"name": "<string>",
"account_id": "<string>",
"status": "DRAFT",
"daily_budget_amount": "<string>",
"daily_budget_currency": "<string>",
"total_budget_amount": "<string>",
"total_budget_currency": "<string>",
"unit_cost_amount": "0",
"unit_cost_currency": "<string>",
"optimization_target_type": "<string>",
"locale_country": "US",
"locale_language": "en",
"offsite_delivery_enabled": false,
"audience_expansion_enabled": true,
"run_schedule_start": 123,
"run_schedule_end": 123,
"format": "<string>",
"associated_entity": "<string>"
}
},
"id": "1"
}
'