curl --location 'http://192.168.10.11:7012/api//openapi/v0.1/live-stream/converter' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"converter_name": "my_converter",
"sn": "4SEDL9F0011RY2",
"camera_index": "165-0-7",
"schema": "rtmp",
"schema_option": {
"url": "rtmp://live.restream.io/live/re_7734128_5da13a862901ce2d4084"
}
}'