{
"bold": 0,
"content": "string",
"contentType": "string",
"fontname": "string",
"fontsize": 0,
"height": 0,
"italic": 0,
"magicSpeakerId": "string",
"primaryColour": "string",
"sortNum": 0,
"startTime": 0,
"stopTime": 0,
"underline": 0,
"wetaSpeakerId": 0,
"width": 0,
"x": 0,
"y": 0,
"volume": -1
}
curl --location --request PUT 'http://prod-cn.your-api-server.com/lbr/line/update/source///' \
--header 'Content-Type: application/json' \
--data-raw '{
"bold": 0,
"content": "string",
"contentType": "string",
"fontname": "string",
"fontsize": 0,
"height": 0,
"italic": 0,
"magicSpeakerId": "string",
"primaryColour": "string",
"sortNum": 0,
"startTime": 0,
"stopTime": 0,
"underline": 0,
"wetaSpeakerId": 0,
"width": 0,
"x": 0,
"y": 0,
"volume": -1
}'
{
"code": 0,
"data": {},
"message": "string",
"ok": true
}