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