curl --location --request GET '/v2/config/server/detail' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'X-Tg-Algorithm: TGV1-HMAC-SHA256' \
--header 'X-Tg-Signed-Headers: x-tg-app-id;x-tg-date' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: '{
"code": 200,
"data": {
"app_id": "1553153",
"data_notify_url": "https://xxx.tange365.com/data/notification",
"create_at": 1687752704,
"update_at": 1736321008
},
"msg": "ok",
"ok": 1,
"requestid": "0af4dead-cf2e-4b36-a1f3-2ae9489a0ed4",
"status": "ok"
}