{
"id": 28800,
"bizType": 2,
"bizId": 5564,
"type": 2,
"content": "string",
"nextTime": "2019-08-24T14:15:22.123Z",
"businessIds": [
0
],
"contactIds": [
0
]
}curl --location --request POST '/admin-api/crm/follow-up-record/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 28800,
"bizType": 2,
"bizId": 5564,
"type": 2,
"content": "string",
"nextTime": "2019-08-24T14:15:22.123Z",
"businessIds": [
0
],
"contactIds": [
0
]
}'{
"code": 0,
"data": 0,
"msg": "string"
}