curl --location 'https://client-api.nudgescribe.com/v1/campaign/all' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"published_window": "2024-01-15"
}'{
"list": [
{
"workspace_name": "Workspace ABC",
"campaigns": [
{
"campaign_id": "your-campaign-uuid",
"campaign_name": "Campaign ABC",
"status": "Published",
"stage": 4,
"start_date": "2025-10-01",
"end_date": "2025-11-01",
"published_date": "2025-10-01",
"created_by": "Jane Doe",
"updated_by": "John Doe"
}
]
}
]
}