curl --location 'https://api.kabonshare.com/api/streams//go-live-file' \
--header 'Content-Type: application/json' \
--data '{
"fileId": "string",
"loop": false
}'{
"status": true,
"message": "string",
"data": {
"streamId": "string"
}
}