[
{
"objectType": "string",
"objectId": "string"
}
]curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/linkaction/object/create/' \
--header 'Authorization: login成功返回的token' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"objectType": "string",
"objectId": "string"
}
]'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"objectType": "string",
"objectId": "string"
}
]
}