curl --location --request PATCH 'https://dev-api.inwantaiwan.com/api/cms/v1/order/' \
--header 'Content-Type: application/json' \
--data-raw '{
"shipping_price": 1,
"status": "cancelled",
"oddo_number": "#1039109320930",
"address": {
"id": 1,
"contact_name": "Chen Wei-Lun",
"contact_number": "+8861820930232",
"type": "home",
"status": "waiting_verified",
"detail": "No. 201, Zhongzheng Road, West District, Taichung City 403"
}
}'
{
"data": {}
}