curl --location --request GET 'https://apis.avata.wjlhshop.com/v3/native/mt/mts' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Signature;' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Signature;'{
"data": {
"prev_page_key": "string",
"next_page_key": "string",
"limit": 0,
"total_count": 0,
"mts": [
{
"id": "string",
"class_id": "string",
"class_name": "string",
"issuer": "string",
"tx_hash": "string",
"owner_count": 0,
"timestamp": "string"
}
]
}
}