{
"included_zero_balance": true,
"max_balance": "string",
"min_balance": "string",
"order": "desc",
"order_field": "balance",
"page": 0,
"row": 10,
"token": "string",
"unique_id": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/token/holders' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"included_zero_balance": true,
"max_balance": "string",
"min_balance": "string",
"order": "desc",
"order_field": "balance",
"page": 0,
"row": 10,
"token": "string",
"unique_id": "string"
}'