curl --location --request PUT '/store/order/ZBA1754962862690/courier' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"courier_code": "idx",
"service_code": "00"
}'{
"message": "Success updated shipping order"
}