[
{
"empty": true,
"property1": {},
"property2": {}
}
]
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/external/recorde-running-start' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"empty": true,
"property1": {},
"property2": {}
}
]'
{
"code": 0,
"msg": "string",
"data": [
{
"empty": true,
"property1": {},
"property2": {}
}
]
}