curl -L \
--request POST \
--url '//api/datasources/getPluginDynamicConfig' \
--header 'Content-Type: application/json' \
--data '[
{
"dataSourceId": "text",
"pluginName": "text",
"path": "text",
"dataSourceConfig": {
"ANY_ADDITIONAL_PROPERTY": {}
}
}
]'