{
"id": 0,
"companyId": 0,
"protagonistId": 0,
"thirdpartyStatus": true,
"thirdpartyCompanyId": 0,
"items": [
{
"operateCode": 0,
"sysUmsIds": [
0
]
}
]
}curl --location --request POST 'https://test.51vive.com/forums/aiv/protag/thirdparty' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"companyId": 0,
"protagonistId": 0,
"thirdpartyStatus": true,
"thirdpartyCompanyId": 0,
"items": [
{
"operateCode": 0,
"sysUmsIds": [
0
]
}
]
}'{
"code": 0,
"msg": "string",
"data": true
}