curl --request POST \
--url https://developer.synq.io/api/ingest/cloudwatch/v1/{log_group}/{log_stream} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"owner": "<string>",
"subscriptionFilters": [
"<string>"
],
"messageType": "<string>",
"logEvents": [
{
"id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"message": "<string>"
}
]
}
'