{
"status": 1
}curl --location --request PATCH '/v2/auth/api-key//status' \
--header 'Authorization: ' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Platform: {{platform}}' \
--header 'X-Tg-Sdk-Version: 23910000' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'X-Tg-App-Pkgname: {{pkgname}}' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'Accept-Language: zh-CN' \
--header 'X-Tg-Api-Version: 2.1' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1
}'{
"code": 200,
"msg": "ok"
}