{
"gov": "referendums_v2",
"id": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/governance/desc' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"gov": "referendums_v2",
"id": "string"
}'{
"code": 0,
"data": {
"comment": [
{
"address": "string",
"content": "string",
"create_at": "string",
"ethereum_address": "string",
"id": "string",
"replies": [
{}
],
"source": "string",
"username": "string"
}
],
"comment_count": 0,
"content": "string",
"id": 0,
"source": "string",
"title": "string"
},
"generated_at": 1699600641,
"message": "Success"
}