curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v1/transactions?sort=height.asc&page=1&page_size=10' \
--header 'Accept: application/vnd.api+json' \
--header 'Content-Type: application/vnd.api+json'{
"meta": {
"total": 0,
"page_size": 0
}
}