{
"exp_time": "string",
"is_pwd": 0,
"share_type": 0,
"share_url": "string",
"qr_code_url": "string",
"address": "string",
"day": 0,
"pwd": "string",
"secret": "string"
}curl --location '/$$/live/source/share' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"exp_time": "string",
"is_pwd": 0,
"share_type": 0,
"share_url": "string",
"qr_code_url": "string",
"address": "string",
"day": 0,
"pwd": "string",
"secret": "string"
}'{
"code": 0,
"message": "",
"data": {
"exp_time": "",
"is_pwd": 0,
"share_type": 0,
"share_url": "",
"qr_code_url": "",
"address": "",
"day": 0,
"pwd": "",
"secret": ""
}
}