Authorization: Bearer ********************
{ "goodsId": 63 }
curl --location --request POST 'http://127.0.0.1:4300/order/pay' \ --header 'Content-Type: application/json' \ --data-raw '{ "goodsId": 63 }'
{}