curl --location --request POST 'https://open.fxiaoke.com/cgi/crm/v2/data/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpAccessToken": "${corpAccessToken}",
"corpId": "${corpId}",
"currentOpenUserId": "${currentOpenUserId}",
"data": {
"object_data": {
"dataObjectApiName": "FeedReplyObj"
},
"details": {}
}
}'
{
"dataId": "5a9ce894f125ae9befxxxxxx",
"errorCode": 0,
"errorMessage": "OK",
"errorDescription": "success"
}