curl --request POST \
--url https://{api_endpoint}/v1/lite/rebroadcast \
--header 'Content-Type: application/json' \
--data '
{
"tenant_id": "<string>",
"event_type": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://{api_endpoint}/v1/lite/rebroadcast \
--header 'Content-Type: application/json' \
--data '
{
"tenant_id": "<string>",
"event_type": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}