curl --location --request GET '/openApiDigitalPerson/liveProcess/getBackgroundList?name=' \ --header 'authorization: {{auth|md5}}' \ --header 'req_from: C' \ --header 'timestamp: {{timestamp}}' \ --header 'app_id: {{appId}}' \ --header 'account: 19999999999'
{ "code": 0, "data": [ { "backgroundId": 0, "name": "", "recentUsageTime": 0, "url": "", "isBuilt": 0 } ], "requestId": "", "resultMsg": "", "host": "", "errorStackTrace": "" }