curl --location --request GET '/openapi/v0.9/drc/api/v2/configs/device-config' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"auto_load_time": [
"string"
],
"memory_threshold": 0
}
}