{
"order_id": "string",
"remark": "string"
}curl --location --request POST '/admin/order/remark' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "string",
"remark": "string"
}'{
"status": 0,
"msg": "string"
}