{
"dic1": {
"1": {
...
},
"2": {
...
},
"dic2": {
"1": {
...
},
}
public Task<Response> GetDictionaries(IEnumerable<string> names)
{
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>
{
{ "1", "dictionaryName" },
};