Authorization: Bearer ********************{
"product": {
"id": 12345,
"price": 500000
},
"deliveryPrice": 3000
}curl --location --request POST 'https://openapi.bunjang.co.kr/api/v2/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"product": {
"id": 12345,
"price": 500000
},
"deliveryPrice": 3000
}'{
"data": {
"id": 1
}
}