curl --location --request GET '/open/base/country/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}'{
"code": 0,
"msg": "string",
"data": [
{
"longCode": "string",
"znName": "string",
"enName": "string",
"currency": "string"
}
],
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}