{ "productId": 2 }
curl --location '127.0.0.1:8400/user/order/third' \ --header 'satoken: ' \ --header 'Content-Type: application/json' \ --data '{ "productId": 2 }'
{ "code": 0, "msg": "string", "data": null }