curl --location '/api/customer/admin/logistics/getCountryCode' \
--header 'Authorization: <api-key>'{
"data": [
{
"countryCode": "string",
"countryName": "string"
}
],
"message": "string",
"status": 0
}