curl --location 'https://mainnet-api.explorer.nervos.org/api/v2/cota/transactions?cota_id=undefined&token_index=undefined&page=undefined&page_size=undefined' \
--header 'Accept: application/vnd.api+json' \
--header 'Content-Type: application/vnd.api+json'{
"data": [
{
"age": "string",
"block_number": "string",
"from": "string",
"to": "string",
"tx_hash": "string",
"type": "string"
}
],
"pagination": {},
"page_size": "string",
"total": "string"
}