Authorization: Bearer ********************
{
"licenseKey": "string"
}
curl --location --request POST 'http://api.sikey.com.cn/app-api/tools/agora/dabiz/license/v2/active' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"licenseKey": "string"
}'
{
"code": 0,
"data": {},
"msg": "string"
}