{
"name": "string",
"expire_at": 1772733784
}curl --location --request POST '/v2/auth/api-key' \
--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 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"expire_at": 1772733784
}'{
"code": 200,
"msg": "ok",
"data": {
"id": 88,
"user_id": 55,
"app_id": "xxx",
"app_pkg_name": "com.tange365.icam365",
"api_key": "xxx",
"name": "荣馥君",
"status": 1,
"expire_at": 1786217614587,
"created_at": 1786217614587,
"updated_at": 1753434686969
}
}