{
"fields": [
"string"
],
"limit": "100",
"skip": "0",
"cond": {
"key": {}
},
"createLayoutFile": "true"
}curl --location --request POST '/open/customData/search/' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
"string"
],
"limit": "100",
"skip": "0",
"cond": {
"key": {}
},
"createLayoutFile": "true"
}'{
"code": 0,
"message": "",
"errMsg": "",
"data": [
{
"": {}
}
],
"timestamp": ""
}