{
"by_user": "",
"create_time": "",
"description": "",
"id": 0,
"is_deleted": 0,
"orderUnitPhone": 0,
"order_unit_address": "",
"order_unit_email": "",
"order_unit_id": "",
"order_unit_name": "",
"order_unit_person": "",
"order_unit_state": 0,
"remark": ""
}curl --location --request PUT 'http://192.168.124.52:8081/v2/api/order-units' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiZWNkYTRiNmMyYTkzNDA0YTlmNmNkM2JhN2JhMWEyZTQiLCJleHAiOjE3MTU5MTM3Mzl9.YR3nVaehMh4RKFYul_Lr3plAGk-jVPxMkhbeeZ6jgR4' \
--header 'Content-Type: application/json' \
--data-raw '{
"by_user": "",
"create_time": "",
"description": "",
"id": 0,
"is_deleted": 0,
"orderUnitPhone": 0,
"order_unit_address": "",
"order_unit_email": "",
"order_unit_id": "",
"order_unit_name": "",
"order_unit_person": "",
"order_unit_state": 0,
"remark": ""
}'{}