利用kepserver ex6读取天气数据

看到kepserver ex6可以配置api,就想用kepserver读取api数据,但是读取不到
https://api.seniverse.com/v3/weather/now.json?key=SQPgwTu1e87c-So_E&location=beijing&language=zh-Hans&unit=c
用postman倒是读取到api接口的数据,但是不能自动更新,又不能转发到kepserverex6
可以在kepserver中读取到这个结果,并实时更新{"results":[{"location":{"id":"WX4FBXXFKE4F","name":"北京","country":"CN","path":"北京,北京,中国","timezone":"Asia/Shanghai","timezone_offset":"+08:00"},"now":{"text":"晴","code":"0","temperature":"2"},"last_update":"2022-01-10T15:10:54+08:00"}]}