{
"url": "http://openapi-test.tange365.com/v2/push-center/platform-callback-demo"
}curl --location --request POST '/v2/msg/server/register-callback' \
--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 'X-Tg-Content-Sha256;' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://openapi-test.tange365.com/v2/push-center/platform-callback-demo"
}'{
"code": 0,
"msg": "string",
"data": {
"callback_id": "string"
}
}