curl --location --request POST '185.252.233.246/api/streams' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"platforms": [
{
"platform": "string",
"accountId": "string",
"privacyLevel": "string"
}
],
"workspaceId": "string",
"scheduledFor": "2019-08-24T14:15:22.123Z",
"settings": {},
"assetId": "string",
"streamType": "string"
}'