[
{
"objectType": "string",
"objectId": "string"
}
]
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/linkaction/object/create/' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"objectType": "string",
"objectId": "string"
}
]'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"objectType": "string",
"objectId": "string"
}
]
}