{
"routes": [
"method": "GET",
"path": "/export",
"handler": "config.export",
"config": {
"policies": []
}
},
"path": "/import",
"handler": "config.import",
]