curl --location --request GET '/admin-api/charging/config/getLastConfig?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"id": 7774,
"content": "string",
"img": "string",
"createTime": "2019-08-24T14:15:22Z",
"whetherItIsValidOrNot": true
},
"msg": "string"
}