curl --location --request POST 'https://api.wexa.ai/actions//config?projectID ='{
  "category": "content_creator",
  "name": "My Content Creator",
  "tags": [
    "marketing"
  ],
  "user_id": "<user-id>",
  "projectID": "6731b3ab9883e87a698f1882",
  "triggers": [],
  "data_loader_config": {
    "frequency": "daily",
    "syncInterval": "24h"
  },
  "actions": [],
  "config": {},
  "org_id": "<organization-id-optional>"
}