cURL
curl --request POST \ --url https://api.sternrockcapital.com/campaigns \ --header 'Content-Type: application/json' \ --data '{ "description": "<string>", "name": "<string>", "userId": "<string>" }'
This response does not have an example.
Creates a new campaign with the provided name and description.
Campaign creation payload
campaign created successfully