curl --location --request GET 'https://api.xiaojukeji.com//v1/airport?code=PEK' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
[
{
"name": "string",
"addr": "string",
"lat": "string",
"lng": "string",
"code": "string",
"terminal": "string"
}
]