{
"token": "string",
"permissionOrganizationIds": [
0
],
"contactPerson": "string",
"contactPhone": "string",
"cooperationType": 0,
"company": "string",
"lastFollowTime": "2019-08-24T14:15:22.123Z",
"lastFollowStaffId": 0,
"lastFollowStaffName": "string"
}curl --location --request POST 'https://test.jiuyun.pro/api/uc/v1/platform/cooperationIns' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"permissionOrganizationIds": [
0
],
"contactPerson": "string",
"contactPhone": "string",
"cooperationType": 0,
"company": "string",
"lastFollowTime": "2019-08-24T14:15:22.123Z",
"lastFollowStaffId": 0,
"lastFollowStaffName": "string"
}'{
"errCode": 0,
"errMsg": "string",
"data": true
}