我已创建POST api我需要在邮递员中传递以下数据,如何传递此数据
{
"orderData": {
"customer_id": 2,
"products": [
{
"product_id": 1,
"qty": 1
},
{
"product_id": 13,
"qty": 1
}
],
"shipping_method": "flatrate_flatrate",
"payment_method": "checkmo"
}
}
谁能帮我这个忙