{
"is_datacenter": false,
"node_count_filter":10
}
curl --location --request POST 'https://api.ipcola.com/api/node/flat_distribution/stable' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_datacenter": false,
"node_count_filter":10
}'
{
"meta_message": "string",
"meta_status": 0,
"distribution_map": {
"property1": 0,
"property2": 0
}
}