{
"page": 0,
"row": 10
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/council/proposals' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"row": 10
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"aye_votes": 0,
"block_timestamp": 0,
"call_module": "string",
"call_name": "string",
"created_block": 0,
"member_count": 0,
"nay_votes": 0,
"proposal_id": 0,
"status": "string",
"title": "string"
}
]
},
"generated_at": 1699600641,
"message": "Success"
}