{
"empty": true,
"property1": {},
"property2": {}
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/external/sh-upload-data' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"empty": true,
"property1": {},
"property2": {}
}'
{
"empty": true,
"property1": {},
"property2": {}
}