{ "liveRoomId": 0, "startIdentity": "string" }
curl --location --request POST '/openApiDigitalPerson/liveProcess/startDetail' \ --header 'authorization: {{auth|md5}}' \ --header 'req_from: C' \ --header 'timestamp: {{timestamp}}' \ --header 'app_id: {{appId}}' \ --header 'account: 19999999999' \ --header 'Content-Type: application/json' \ --data-raw '{ "liveRoomId": 0, "startIdentity": "string" }'
{ "code": 0, "data": { "pullUrl": "", "rtsUrl": "", "sessionId": "", "errorMessage": "", "status": "" }, "requestId": "", "resultMsg": "", "host": "", "errorStackTrace": "" }