curl --request POST \
--url https://cloud.bytebeam.io/api/v1/streams \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '
{
"streamName": "<string>",
"fields": {}
}
'This response has no body data.curl --request POST \
--url https://cloud.bytebeam.io/api/v1/streams \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '
{
"streamName": "<string>",
"fields": {}
}
'This response has no body data.