curl --location --request PUT '/store/order/INV57123/detail/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_name": "PUTRI",
"customer_phone": "081765123451",
"customer_email": "nurhadi@gmail.com",
"addr_id": 76518,
"city": "Sidoarjo",
"district": "Buduran",
"customer_address": "Desa Banjarkemantren"
}'
{
"message": "Customer has been successfully saved."
}