curl --location -g --request GET 'http://prod-cn.your-api-server.com/lbr/line/find/source/}'
{
"code": 0,
"data": [
{
"avatarInfoId": 0,
"bold": 0,
"content": "string",
"contentType": "string",
"created": "2019-08-24T14:15:22Z",
"fontname": "string",
"fontsize": 0,
"height": 0,
"id": 0,
"italic": 0,
"lastUpdateTime": "2019-08-24T14:15:22Z",
"lbrLineId": 0,
"magicSpeakerId": "string",
"primaryColour": "string",
"sortNum": 0,
"startTime": 0,
"stopTime": 0,
"underline": 0,
"width": 0,
"x": 0,
"y": 0,
"volume": 0
}
],
"message": "string",
"ok": true
}