curl --location --request PUT 'https://demo.myshopify.com//admin/api//carrier_services/.json'{
    "carrier_service": {
        "active": false,
        "id": 1036894955,
        "name": "Some new name",
        "service_discovery": true,
        "carrier_service_type": "api",
        "admin_graphql_api_id": "gid://shopify/DeliveryCarrierService/1036894955",
        "format": "json",
        "callback_url": "http://example.com/"
    }
}