curl --location --request GET '/openApiDigitalPerson/customer/getUploadBackground?name=' \
--header 'authorization: {{auth|md5}}' \
--header 'req_from: C' \
--header 'timestamp: {{timestamp}}' \
--header 'app_id: {{appId}}' \
--header 'account: 19999999999'
{
"code": 200,
"data": [
{
"backgroundId": 733,
"userId": 81,
"categorizeId": null,
"name": "简约玻璃.png",
"align": null,
"releaseStatus": "PUBLISH",
"url": "https://digital-person-daily.oss-cn-hangzhou.aliyuncs.com/FileUpload/3/UID_81/Image/Background/简约玻璃_1689238636072.png",
"createTime": "2023-07-13 16:57:16",
"updateTime": "2023-07-13 16:57:16"
}
],
"requestId": "AOCyctF9",
"resultMsg": "执行成功",
"host": "develop-007",
"errorStackTrace": null
}