curl --location '/training/campaigns/new' \
--header 'Content-Type: application/json' \
--data-raw '{
"configuration": {
"notification": {
"delivery_methods": [
"slack"
],
"message": "You'\''ve been assigned a training."
},
"target": {
"excluded_groups": [
"8CA67511-744C-4D74-B26E-7281CF88712F"
],
"excluded_people": [
"joe.user@example.com"
],
"included_groups": [
"8CA67511-744C-4D74-B26E-7281CF88712F"
],
"included_people": [
"joe.user@example.com"
]
}
},
"end_date": "2021-01-01T00:00:00Z",
"id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"name": "Campaign 1",
"start_date": "2021-01-01T00:00:00Z"
}'{
"configuration": {
"notification": {
"delivery_methods": [
"slack"
],
"message": "You've been assigned a training."
},
"target": {
"excluded_groups": [
"8CA67511-744C-4D74-B26E-7281CF88712F"
],
"excluded_people": [
"joe.user@example.com"
],
"included_groups": [
"8CA67511-744C-4D74-B26E-7281CF88712F"
],
"included_people": [
"joe.user@example.com"
]
}
},
"end_date": "2021-01-01T00:00:00Z",
"id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"name": "Campaign 1",
"start_date": "2021-01-01T00:00:00Z"
}