curl --location --request POST '/v1.3/asset_permissions_scenes/update' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--data-urlencode 'account_id=<ACCOUNT_ID>' \
--data-urlencode 'permission_list=[]' \
--data-urlencode 'asset_type=' \
--data-urlencode 'asset_id=' \
--data-urlencode 'licensing_account_id=' \
--data-urlencode 'path_type='{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"success_list": []
}
}