curl --location --request GET '/admin-api/system/export-config/getExportConfig?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"id": 22764,
"fileType": "2",
"userId": 32262,
"ifSend": 0,
"createTime": "2019-08-24T14:15:22Z",
"sendUserId": 0,
"username": "string",
"email": "string"
},
"msg": "string"
}