Authorization: ********************curl --location '/api/v1/streams/strm_1234abcd/triggers' \
--header 'Authorization: <api-key>'{
"count": 0,
"triggers": [
{
"id": "string",
"stream_id": "string",
"status": "draft",
"description": "string",
"condition": {
"expression_id": "string",
"topic": "string",
"variables": {}
},
"data_mappings": [
{
"mapping_for": "recipient",
"value": {
"property1": "string",
"property2": "string"
}
}
]
}
]
}