Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/ali/key' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"ACCESS_KEY": "string",
"ACCESS_SECRET": "string",
"TTL": 0
}
}