curl --location --request GET 'https://apis.avata.wjlhshop.com/v3/native/dict/tx_types' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Signature;' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Signature;'{
"data": [
{
"module": 0,
"operation": 0,
"code": "string",
"name": "string",
"description": "string"
}
]
}