{
"incident_id": "string",
"person_ids": [
0
],
"notify": {
"follow_preference": true,
"personal_channels": [
"email"
],
"template_id": "string"
}
}
curl --location --request POST 'http://prod-cn.your-api-server.com/incident/responder/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"incident_id": "string",
"person_ids": [
0
],
"notify": {
"follow_preference": true,
"personal_channels": [
"email"
],
"template_id": "string"
}
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}