curl --request POST \
--url https://api.example.com/api/campaigns \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"slug": "<string>",
"orgId": "<string>",
"type": "<string>",
"goalAmountCents": 123,
"suggestedAmounts": [
123
],
"description": "<string>",
"allowRecurring": true
}
'