{
"dsId": "string",
"fields": [
{
"fieldId": "string",
"value": {},
"blockId": "string"
}
]
}
curl --location --request POST '/lighthouse/app/api/v1//workflow/createRecord' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dsId": "string",
"fields": [
{
"fieldId": "string",
"value": {},
"blockId": "string"
}
]
}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {
"id": "string",
"content": {
"property1": {
"value": {}
},
"property2": {
"value": {}
}
},
"disabled": true
}
}