{
"id": 0,
"applicantName": "string",
"gender": true,
"contactNum": "string",
"email": "string",
"wechat": "string",
"type": 0,
"demandDescription": "string",
"productIds": "string",
"isLast": true,
"source": 0,
"itemsIds": [
0
],
"deleted": true,
"enable": true
}
curl --location --request PUT 'https://test.51vive.com/app/cooperation' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"applicantName": "string",
"gender": true,
"contactNum": "string",
"email": "string",
"wechat": "string",
"type": 0,
"demandDescription": "string",
"productIds": "string",
"isLast": true,
"source": 0,
"itemsIds": [
0
],
"deleted": true,
"enable": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}