X-API-KEY: ********************curl --location --request POST '/api/whiteboard/v1/data-stream-slide/' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data_stream_id": 0,
"author_id": 1,
"order": 1,
"connections_is_used": true,
"enable_camera": true,
"camera_x1": 0,
"camera_y1": 0,
"camera_x2": 0,
"camera_y2": 0,
"enable_description": true,
"name": "string",
"description": "string"
}'{
"data_stream_id": 0,
"author_id": 1,
"order": 1,
"connections_is_used": true,
"enable_camera": true,
"camera_x1": 0,
"camera_y1": 0,
"camera_x2": 0,
"camera_y2": 0,
"enable_description": true,
"name": "string",
"description": "string",
"id": 1
}