curl --location --request GET '/admin-api/charging/warning-exception-handler/get?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"id": 9081,
"name": "芋艿",
"mobile": "string",
"email": "string",
"skid": "10810",
"createdBy": "string",
"createdTime": "2019-08-24T14:15:22Z",
"contactGroupName": "1"
},
"msg": "string"
}