{
"productId":22
}curl --location --request POST '127.0.0.1:8400/user/order' \
--header 'satoken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId":22
}'{
"code": 200,
"msg": "string",
"data": "string"
}