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