curl --request POST \
--url https://api.comm.com/api/v1/integrations/{integration}/activate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"events": [
{
"type": "<string>",
"is_active": true
}
],
"required_fields": [
{
"name": "<string>",
"value": "<string>"
}
]
}
'