curl --location --request GET '/v2/config/server/detail' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-Content-Sha256;' \
--header 'X-Tg-Algorithm;'
{
"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"
}